You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but instead results in the value flip-flopping in the same run:
puppet apply ./sshd_test.pp
Notice: Compiled catalog for jc-sol11.example.com in environment production in 0.04 seconds
Notice: /Stage[main]/Main/Sshd_config[Host anotherhost.example.com PermitRootLogin]/value: value changed ['yes'] to 'without-password'
Notice: /Stage[main]/Main/Sshd_config[Host rootallowed.example.com PermitRootLogin]/value: value changed ['without-password'] to 'yes'
The text was updated successfully, but these errors were encountered:
I would expect the following to result in a catalog failure as the same setting is set two different ways:
but instead results in the value flip-flopping in the same run:
The text was updated successfully, but these errors were encountered: