-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #19016 - change qpid to localhost #115
Conversation
Tests are broken for Puppet 3.5 (not by my change as far as I can tell) |
I think xinetd module stopped supporting puppet3 :) |
@Klaas- that's very possible, I know voxpupli and puppetlabs are working on it. It's why I've been pushing on dropping Puppet 3 after the Foreman 1.15 branching (which is soon). |
@ekohl how to we continue here? it's failing because it pulls https://github.com/puppetlabs/puppetlabs-xinetd master and that one dropped puppet3 support. Should I specify a tag for that repo that works or is it acceptable to fail on the old puppet version? |
Hrmm, we might be able to remove xinetd. This puppet module used to wrap foreman_proxy and thus required a lot of the fixtures it had. I'd bet a lot of those are not needed anymore. |
The default puppet-foreman_proxy sets up tftp as well. We can set parameters to turn that off as well with the benefit of faster tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ekohl I fixed the new lint tests and the fixture for puppet3 :) |
It's the new style since puppet-lint 2.2.0. We just merged a bunch of the changes for theforeman and we should do the same for katello. |
Ugh, I'd rather disable that lint check, it's hideous. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good to me
I agree, its like the leading comma's in JavaScript which were just silly IMO. |
No description provided.