Skip to content
New issue

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

No way to set desired openssl package version #35

Closed
edestecd opened this issue Dec 10, 2014 · 1 comment
Closed

No way to set desired openssl package version #35

edestecd opened this issue Dec 10, 2014 · 1 comment

Comments

@edestecd
Copy link
Contributor

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?

@raphink
Copy link
Member

raphink commented Mar 25, 2015

I'm good with that, go ahead and attach code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants