On Thu, 2009-01-15 at 14:43 -0800, windowsrefund wrote:
> Now that I'm more comfortable working with the schemas of each
> supported file, I'm seeing a potential issue when it comes to
> appending. Is there a way to determine the length of each object so I
> can avoid doing things like /files/etc/exports/dir[100] ?

The cleanest way to append is

        augtool> ins dir after /files/etc/exports/dir[last()]
        augtool> set /files/etc/exports/dir[last()]/client foo
        
It seems though that insert for the Augeas type won't work (there's no
way to specify the new label or whether to insert before or after an
existing node)

David



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to