Issue #8808 has been updated by Dominic Cleal.
Status changed from Unreviewed to In Topic Branch Pending Merge
Branch set to https://github.com/domcleal/puppet/tree/tickets/2.7.x/8808
Now reports:
err: /Stage[main]/Augeas/Augeas[broken]: Could not evaluate: Save failed
with return code false
(The aug_save is done from need_to_run?, so it now comes up as an evaluation
failure, not a "change from..to" failure).
----------------------------------------
Bug #8808: No error when an Augeas resource cannot be saved
https://projects.puppetlabs.com/issues/8808
Author: Dominic Cleal
Status: In Topic Branch Pending Merge
Priority: Normal
Assignee:
Category: augeas
Target version:
Affected Puppet version: 2.7.0
Keywords: augeas error
Branch: https://github.com/domcleal/puppet/tree/tickets/2.7.x/8808
The Augeas provider no longer fails with an error if saving fails and only
reports "no need to run".
With the following manifest:
augeas { "broken":
changes => "set /files/etc/fstab/*[last()]/foo bar",
}
Prior to #2728 being applied:
err: /Stage[main]/Augeas/Augeas[broken]/returns: change from need_to_run to
0 failed: Save failed with return code false
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.