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
Puppet detect a change at every run. The change that is detected is the quote for the score-attribute: 'score-attribute' => '"pingd"', => 'score-attribute' => 'pingd',
What behaviour did you expect instead
Once configured, puppet should not detect a change everytime.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
The same code as described in the readme:
What are you seeing
Puppet detect a change at every run. The change that is detected is the quote for the
score-attribute
:'score-attribute' => '"pingd"',
=>'score-attribute' => 'pingd',
What behaviour did you expect instead
Once configured, puppet should not detect a change everytime.
Output log
Any additional information you'd like to impart
The fix is trivial, i’ll submit the PR right away
The text was updated successfully, but these errors were encountered: