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
May I suggest adding an $ensure paramter similar to:
class openssl ( $package_ensure => present, ){ } class openssl::packages { package { 'openssl': ensure => $openssl::package_ensure, } }
If no one has any objection, I will make the change and submit a pull request.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I'm good with that, go ahead and attach code.
Sorry, something went wrong.
No branches or pull requests
May I suggest adding an $ensure paramter similar to:
If no one has any objection, I will make the change and submit a pull request.
Any thoughts?
The text was updated successfully, but these errors were encountered: