Issue #8808 has been updated by Matthaus Litteken. Status changed from In Topic Branch Pending Merge to Merged - Pending Release
---------------------------------------- Bug #8808: No error when an Augeas resource cannot be saved https://projects.puppetlabs.com/issues/8808 Author: Dominic Cleal Status: Merged - Pending Release 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.
