-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
Invalid parameter options on Apt_key[Add key: 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 from Apt::Source nginx] #650
Comments
Do you have pluginsync set correctly? Looks like it's saying "options" is not a valid value when called internally by puppetlabs-apt module. But it's definitely available on the |
root@puppet1:~# grep pluginsync /etc/puppetlabs/puppet/puppet.conf |
Not sure what's going on here, we have a spec test that would hit that code and it's passing OK. I saw you raised fsalum/puppet-newrelic#39, I'd suggest perhaps asking on the puppet-users mailing list to see if anyone else is running into the issue as it may be specific to your setup or the puppetlabs-apt module. Could you also try with puppetlabs-apt 2.0.0 or 2.0.1? There were some changes made to add backwards compatibility with puppetlabs-apt 1.8.x series in 2.1.0 which may have tripped things up. |
@bhechinger you likely updated puppetlabs/apt but failed to update puppetlabs/stdlib - I ran into the same exact thing. |
@mwillbanks I have the exact same problem with puppetlabs/apt:2.1.0 and puppetlabs/stdlib:4.6.0 :/ |
We are having the same issue, using manage_repo=false for now. "name": "puppetlabs-apt", "name": "jfryman-nginx", "name": "puppetlabs-stdlib", |
I had a similar issue after upgrading various puppet modules, A restart of the puppet master resolved the issue for me. Maybe this would be worth a shot? |
Rebooting also fixed the problem for us, according to our sys-admin, the Puppetserver seems to not update (or more specifically reload) module-providers after a module update. This means, while the module was updated, the puppetmaster is still working with the old (cached) version until restarted. |
Yes indeed, it worked for me too. Good to know though ! |
Same here: puppetlabs/apt:2.1.0 and puppetlabs/stdlib:4.6.0 -> Restart of puppetmaster helped. |
@bhechinger can you see if a reboot resolves things? |
I can confirm I run into exact same issue and restart of puppetserver solved the stuff for me too. |
Sounds like we have consensus here that this is a bug with the Puppet Server implementation rather than this module. Thanks everyone for the feedback! |
I also run into the same issue - but I use masterless puppet (puppet apply) instead of a puppet server. |
Do you have any idea with this is?
This started once I upgraded to puppetlabs/apt 2.1.0 and your 0.2.7
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter options on Apt_key[Add key: 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 from Apt::Source nginx] at /etc/puppetlabs/puppet/environments/production/modules/apt/manifests/key.pp:84
The text was updated successfully, but these errors were encountered: