Re: [Puppet Users] How to apply recursion to user, group and mode?

2010-12-07 Thread Felix Frank
On 11/30/2010 09:39 AM, Adriana wrote: > Hello, I would like to know it is possible to translate for example > the command > chmod -R 0777 /local. > As far as I know, I can write: > file { "/local": > mode => 0777, > recurse => true, > Yes. Be cautious of gratuitous md5summing that may

Re: [Puppet Users] How to apply recursion to user, group and mode?

2010-11-30 Thread Peter Meier
On 11/30/2010 09:41 AM, Adriana wrote: > Hello, I would like to know it is possible to translate for example > the command > chmod -R 0777 /local. > As far as I know, I can write: > file { "/local": > mode => 0777, > recurse => true, > ensure => directory; > } > > but it does not

[Puppet Users] How to apply recursion to user, group and mode?

2010-11-30 Thread Adriana
Hello, I would like to know it is possible to translate for example the command chmod -R 0777 /local. As far as I know, I can write: file { "/local": mode => 0777, recurse => true, ensure => directory; } but it does not apply the mode to all the /local subdirectories. Is there a

[Puppet Users] How to apply recursion to user, group and mode?

2010-11-30 Thread Adriana
Hello, I would like to know it is possible to translate for example the command chmod -R 0777 /local. As far as I know, I can write: file { "/local": mode => 0777, recurse => true, -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To pos