Hello,
I am trying to set all the directroes in the tree to 775 and files to 664
with Puppets fie resource.
This woks fine with native chmod: # chmod -R a=r,ug+Xw,o+X
But if I us this in puppet all is set to 775
file { "/etc/puppet":
ensure => directory,
recurse => true,
ignore => ".git",
owner => $puppet::params::puppet_user,
group => $puppet::params::puppet_group,
mode => 'a=r,ug+Xw,o+X',
}
I have also tried mode => 'a=r,ug+X,ug+w,o+X', no luck either, same
result 775.
I also the ignore seems incorrect too and it chmod the files in .git too.
Thanks!
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.