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
Since upgrading to version 2.1.1 from 2.1.0 I'm seeing a dependency cycle for my (only) ca_certs entry:
Error: Found 1 dependency cycle: (File[cert_name.crt] => Ca_cert::Ca[cert_name] => Class[Ca_cert] => Ca_cert::Ca[cert_name] => File[cert_name.crt])
The class is included via ENC with the following parameters:
ca_cert: ca_certs: cert_name: ensure: 'trusted' source: 'puppet:///modules/mymodule/certs/ca-root.pem'
Reverting back to 2.1.0 solved the problem.
The text was updated successfully, but these errors were encountered:
I had the same issue, so not installing the ca-certificates package, which will skip the line (which is causing issue)
Sorry, something went wrong.
@ashish1099 or @pschichtel could any of you verify if this is fixed by the latest changes in master?
I'm out, I long switched away to a different module.
No branches or pull requests
Since upgrading to version 2.1.1 from 2.1.0 I'm seeing a dependency cycle for my (only) ca_certs entry:
The class is included via ENC with the following parameters:
Reverting back to 2.1.0 solved the problem.
The text was updated successfully, but these errors were encountered: