windowsrefund wrote:
>  augeas { "$name":
>                 context => "/files",
>                 changes => "set /etc/exports/foo bar",
>                 require => File["/etc/exports"],
>  }
> 
> 

Augeas will validate the structure of what you are setting. Look in 
/usr/share/augeas/lenses/exports.lns for a description of the regular 
expression voodoo. My guess is that you are not setting a valid structure.

-- bk

--~--~---------~--~----~------------~-------~--~----~
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