Skip to content
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

Not compatible with Puppet 3.5.0 #21

Closed
nicwaller opened this issue Apr 4, 2014 · 1 comment
Closed

Not compatible with Puppet 3.5.0 #21

nicwaller opened this issue Apr 4, 2014 · 1 comment

Comments

@nicwaller
Copy link

After updating to Puppet 3.5.0, I get this error message.

Error: Failed to apply catalog: Parameter proxy failed on Yumrepo[epel-testing]: Must be a valid URL at /etc/puppet/modules/epel/manifests/init.pp:24

This might be a regression in puppet, because the docs say that absent is acceptable, instead of a well formed URL. http://docs.puppetlabs.com/references/latest/type.html#yumrepo-attribute-proxy

As a workaround, I have commented out the "proxy" lines in the EPEL module in my installation, and that allows the puppet run to succeed.

@nicwaller
Copy link
Author

I'm nearly certain it's a regression introduced in Puppet 3.5.
https://github.com/puppetlabs/puppet/blob/3.5.0/lib/puppet/type/yumrepo.rb#L206

Here's a related issue already logged in the Puppet tracker:
https://tickets.puppetlabs.com/browse/PUP-2162

So I'm going to close this issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant