Teyo Tyree wrote:

> file {["$basedir", "$basedir/src", "$basedir/src/my",
> "$basedir/src/my/dir", "$basedir/src/my/dir/path" ]:  #Just pass the
> file resource an array of files.
>     mode => 0755,
>     owner => jeff,
>     group => jeff,
>     ensure => directory,
>     recurse => true
> }   

Because resources do not have implicit ordering, you might run into
dependency problems with this example.

If you're not lucky enough, Puppet might try to create
"$basedir/src/my/dir/path" before "$basedir".

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to