That's correct - if you have parent directories in your manifest, puppet will have child files/folders autorequire the parent(s).
The file { [ '/foo', '/foo/bar' ]: } syntax is currently the best way to achieve this, although with a Parser function you could split a full path into an array of resources to be managed, to cut down on typing/repetition. I recall Paul Lathrop was working on upwards recursion a while back.. There's a ticket open with some details in Redmine. Regards, AJ On 12/10/2008, at 4:47 AM, Peter Meier <[EMAIL PROTECTED]> wrote: > > Hi > >>> 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". > > > no. afair puppet manages ordering within fileresources automagically. > > greets pete > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---