We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This https://github.com/pcfens/puppet-ca_cert/blob/9b4eb980c8c4419d629d0d0e5c95097624d84344/manifests/init.pp#L58 creates dependency cycles. I guess Class['::ca_cert'] -> should be Package[$package_name] instead.
Class['::ca_cert'] ->
Package[$package_name]
Also it would be better to move it to the already existing conditional block starting at line 76
The text was updated successfully, but these errors were encountered:
4495f40
Thanks for helping catch this. Can you verify that 4495f40 fixes it?
I'll plan on pushing a new release too, but I'll wait a bit in case that didn't fix it.
Sorry, something went wrong.
@pcfens lit me quickly add a test for it.
Also the travis test seem to be failing for some time. How about converting this module to pdk?
No branches or pull requests
This https://github.com/pcfens/puppet-ca_cert/blob/9b4eb980c8c4419d629d0d0e5c95097624d84344/manifests/init.pp#L58 creates dependency cycles. I guess
Class['::ca_cert'] ->
should bePackage[$package_name]
instead.Also it would be better to move it to the already existing conditional block starting at line 76
The text was updated successfully, but these errors were encountered: