Issue #8037 has been updated by Nick Fagerlund. Status changed from Accepted to In Topic Branch Pending Merge Assignee changed from Bryan Kearney to Nick Fagerlund
Okay then -- I've made the change and [requested a pull](https://github.com/puppetlabs/puppet/pull/44). ---------------------------------------- Bug #8037: Augeas type reference docs are wrong. https://projects.puppetlabs.com/issues/8037 Author: Craig Dunn Status: In Topic Branch Pending Merge Priority: Normal Assignee: Nick Fagerlund Category: Target version: Keywords: Branch: Affected URL: 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.