Issue #8036 has been updated by Craig Dunn. Status changed from Unreviewed to Closed
Raised in wrong project, will re-submit to puppet-docs ---------------------------------------- Bug #8036: Augeas type reference docs are wrong. https://projects.puppetlabs.com/issues/8036 Author: Craig Dunn Status: Closed Priority: Normal Assignee: Category: documentation Target version: Affected Puppet version: Keywords: Branch: http://docs.puppetlabs.com/references/latest/type.html#augeas The second usage example has a "/" before the file part which takes it out of the context of /files. This... changes => [ "set /etc/jbossas/jbossas.conf/JBOSS_IP $ipaddress", "set /etc/jbossas/jbossas.conf/JAVA_HOME /usr" ], should be.... changes => [ "set etc/jbossas/jbossas.conf/JBOSS_IP $ipaddress", "set etc/jbossas/jbossas.conf/JAVA_HOME /usr" ], -- 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 puppet-bugs@googlegroups.com. To unsubscribe from this group, send email to puppet-bugs+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.