Issue #14136 has been updated by Dominic Cleal.
I've got some code to do this, but will submit after #13379 is finished as the changes to specs will overlap. ---------------------------------------- Bug #14136: Show warning when Augeas provider fails to load a specific file https://projects.puppetlabs.com/issues/14136#change-61244 Author: Dominic Cleal Status: Unreviewed Priority: Normal Assignee: Dominic Cleal Category: augeas Target version: Telly Affected Puppet version: development Keywords: augeas error Branch: In two cases, the Augeas provider will try to load a specific or limited set of files, but it doesn't show any warning or error if this fails. This happens either when a single file is loaded with the "incl" and "lens" parameters, or using the "context" optimisation in #7285 (Telly). The errors are hidden under the /augeas part of the tree, rather than being a failure from Augeas.open, so they need to be searched for (similar to #5606). The only time we should probably do this is when loading specific files, or we'll be reporting on all parse or permissions errors. -- 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.
