saz / puppet-ssh

Puppet module to manage ssh server and client
http://forge.puppetlabs.com/saz/ssh
Other
123 stars 237 forks source link

Do not restrict values for package "ensure" parameter in ssh::server #370

Closed webcompas closed 6 months ago

webcompas commented 9 months ago

With #331 the "ensure" parameter in ssh::server has been restricted to Enum[present,absent]. There is no good reason for it since it prevents other values which may be needed. For example using the value "latest" would ensure that an update would be installed immediately.

So please remove this restriction and allow the values which the package type supports.

webcompas commented 8 months ago

I created a pull request (#373) which fixes this issue. Please merge.