From: Silvio Rhatto Date: Wed, 23 Feb 2011 21:21:45 +0000 (-0300) Subject: Fixing /etc/puppet permissions X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4056e605ccc910c3b5bcabce0649909db4f4b87a;p=puppet-puppet.git Fixing /etc/puppet permissions --- diff --git a/manifests/puppet.pp b/manifests/puppet.pp index 2f023df..7d33540 100644 --- a/manifests/puppet.pp +++ b/manifests/puppet.pp @@ -18,6 +18,7 @@ class puppet { ensure => directory, owner => puppet, group => root, + mode => 0640, recurse => inf, require => User["puppet"], }