I tend to use different defaults for the different types, so I would love to be able to do:File { mode => 0444 } Directory { mode => 0555 }
This is not necessary at all. If you assign "mode => 444" to a directory, Puppet will automatically set the "execution" permission so it will actually be "555".
-- 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.
