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
Just install fetch-crl with this module.
There is $noerrors = true, option in manifests/ca.pp, but this value is not used because files in templates/ do not have settings for it.
$noerrors = true,
Therefore, /etc/fetch-crl.conf does not have noerrors in any case.
noerrors
/etc/fetch-crl.conf has noerrors by default. fetchcrl::noerrors variable can change this behavior.
fetchcrl::noerrors
The text was updated successfully, but these errors were encountered:
New noerrors parameter
f0eddf3
A new noerrors parameter can now be set to true to supress errors from fetch-crl. Fixes voxpupuli#43 Fixes voxpupuli#44
Successfully merging a pull request may close this issue.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Just install fetch-crl with this module.
What are you seeing
There is
$noerrors = true,
option in manifests/ca.pp,but this value is not used because files in templates/ do not have settings for it.
Therefore, /etc/fetch-crl.conf does not have
noerrors
in any case.What behaviour did you expect instead
/etc/fetch-crl.conf has
noerrors
by default.fetchcrl::noerrors
variable can change this behavior.Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: