> file { "/foo/*":  mode => 700; }
>
> What comes close is:
> file { "/foo": mode => 700, recurse => "true", recurselimit => 1; }

I'm not sure if this will work (I've never tried to ignore the top
level directory), but you can try:

file { "/foo": mode => 700, recurse => "true", recurselimit => 1,
ignore => "/foo"; }

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
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