Hi

> OK, maybe I didn't express it clearly enough.  Puppet won't let me
> specify one behaviour for /a and another for /a/**.  As I said, there
> are valid reasons for wanting that.

I understood it that way and I also understand the reasons. My problem  
is to see a valid way to describe that within the (existing or future)  
puppet language, as well to fit it into the resource model, which  
puppet is committed to.

so something like?

file{
   '/a:
     mode => 0755;
   "/a/**":
     mode => 0600;
}

but I'm not sure whether this wildcard resource is a good idea.

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