-
Notifications
You must be signed in to change notification settings - Fork 28
Use Apt module for Keys #29
base: master
Are you sure you want to change the base?
Conversation
Thanks for the PR! Using |
If I remember correctly, it was:
When I encountered the error, I was trying to apply the I removed the After looking at the documentation of
I expect that the specific error I encountered was probably due to the way Puppet 4.1 handles array parameters, but it nevertheless seemed that using a Regarding #15, I'd like to see what combination of modules and manifests triggered a dependency cycle to ensure it doesn't happen in my environment as well. Cheers! |
@bernd apt-transport-https |
wrt dependency cycles: We used to have this defined in a common manifest:
( As we started to use this puppet module before the wjaede/graylog2-puppet@b75d91d change, we changed the above line to |
I haven't been able to reproduce the dependency cycle in any manifest so far. Let me know if you'd like any changes to this PR. Thanks! |
@jmkeyes could you please sign the CLA and check if this PR might need some <3 before it can be merged from your end? If we did not get feedback within a week i'll close the PR. Thank you |
This PR replaces the hard-coded PGP key with one pulled dynamically from the
pgp.surfnet.nl
key server. It also removes therequired_packages
parameter from theapt::source
to avoid an obscure (and somewhat hard to diagnose) error on Puppet 4.1.