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
Looking at this line: https://github.com/pcfens/puppet-ca_cert/blob/e6bc6b004bc167df430cf949fc29cceadf04cb23/manifests/init.pp#L82 the package name appears to be hard coded. On SLES 11 there is no package called ca-certificates. Its openssl-certs (as per your params.pp file). Shouldn't the line use the package_name variable and NOT the hardcoded package name?
The text was updated successfully, but these errors were encountered:
3197cc3
Confirm that the fix does indeed make my unit tests work properly. Thanks!
Sorry, something went wrong.
No branches or pull requests
Looking at this line: https://github.com/pcfens/puppet-ca_cert/blob/e6bc6b004bc167df430cf949fc29cceadf04cb23/manifests/init.pp#L82 the package name appears to be hard coded. On SLES 11 there is no package called ca-certificates. Its openssl-certs (as per your params.pp file). Shouldn't the line use the package_name variable and NOT the hardcoded package name?
The text was updated successfully, but these errors were encountered: