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
puppet apply -e 'sshd_config { "Port": value => [22,2222,22222,2223] }'
Port 22 Port 2222 Port 22222 Port 2223
puppet apply -e 'sshd_config { "Port": value => [22,2222] }'
Port 22 Port 2222
Port 22 Port 2222 Port 2223
The text was updated successfully, but these errors were encountered:
https://github.com/hercules-team/augeasproviders_ssh/blob/master/lib/puppet/provider/sshd_config/augeas.rb#L73-L83 is supposed to take care of that
Sorry, something went wrong.
@raphink Well, I have bad news then :-D
No branches or pull requests
Starting scenario
Code
puppet apply -e 'sshd_config { "Port": value => [22,2222,22222,2223] }'
Expectation
Reality ✔️
Reduce by two entries
Code
puppet apply -e 'sshd_config { "Port": value => [22,2222] }'
Expectation
Reality ❌
Run Puppet again
Code
puppet apply -e 'sshd_config { "Port": value => [22,2222] }'
Expectation
Reality ✔️
The text was updated successfully, but these errors were encountered: