-
Notifications
You must be signed in to change notification settings - Fork 21
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
optional => true results in reconfig each time. #27
Comments
We have the same issue |
I think the main cause is inside augeas.rb, inside the getter for optional, on line 132 BUT, after fixing the getter, you might run into a bug with the assignment function It works going from optional => true to optional=> false But it fails when you try to go from optional => false to optional=> true `
with pattern
` perhaps someone more experienced with augeas and this module can investigate this further ?? |
Versions:
The following configuration:
adds a line which looks correct to me:
In particular the
-
prefix is added for theoptional => true
.Subsequent runs of puppet result in:
the line itself is unchanged , augtool output.
The text was updated successfully, but these errors were encountered: