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

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

Closed
webcompas opened this issue Dec 21, 2023 · 1 comment
Closed

Comments

@webcompas
Copy link

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 added a commit to webcompas/puppet-ssh that referenced this issue Jan 15, 2024
@webcompas
Copy link
Author

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

saz added a commit that referenced this issue Mar 27, 2024
@saz saz closed this as completed in 26da3e9 Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant