summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-11-23 19:36:22 -0600
committerLuke Kanies <luke@madstop.com>2007-11-23 19:36:22 -0600
commita7d75d313b367e33139e082afa2982fdf349eae8 (patch)
treefe36a61832f5fc7e00e7ce6438d9b62f80e1994a /lib/puppet
parent407734ff0b20040b61aaeffc9cb3a70e67a8bdcd (diff)
downloadpuppet-a7d75d313b367e33139e082afa2982fdf349eae8.tar.gz
puppet-a7d75d313b367e33139e082afa2982fdf349eae8.tar.xz
puppet-a7d75d313b367e33139e082afa2982fdf349eae8.zip
Adding patch 20070913010926-6856b-eb64be3b5169b7af674388124b406a1db7470880.patch from womble -- More restrictive permissions on some puppet-related directories
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/defaults.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 9a95c3cab..f8fd23ea8 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -55,7 +55,7 @@ module Puppet
syslog. Syslog has a fixed list of valid facilities, and you must
choose one of those; you cannot just make one up."],
:statedir => { :default => "$vardir/state",
- :mode => 01777,
+ :mode => 01755,
:desc => "The directory where Puppet state is stored. Generally,
this directory can be removed without causing harm (although it
might result in spurious service restarts)."
@@ -74,7 +74,6 @@ module Puppet
:desc => "Where SSL certificates are kept."
},
:rundir => { :default => rundir,
- :mode => 01777,
:desc => "Where Puppet PID files are kept."
},
:genconfig => [false,