summaryrefslogtreecommitdiffstats
path: root/lib/puppet/defaults.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2011-03-02 17:32:21 +1100
committerJames Turnbull <james@lovedthanlost.net>2011-03-26 17:47:33 +1100
commit9a4de12bc4a7568b3adb9e514124edc69535ad1c (patch)
tree0965fb0cabbcaea89a60101bc5b302819dd6ef23 /lib/puppet/defaults.rb
parent17f673dd6fee08309970f8ff721855cf1644b45f (diff)
downloadpuppet-9a4de12bc4a7568b3adb9e514124edc69535ad1c.tar.gz
puppet-9a4de12bc4a7568b3adb9e514124edc69535ad1c.tar.xz
puppet-9a4de12bc4a7568b3adb9e514124edc69535ad1c.zip
Fixed #6256 - Creation of rrd directory.
Added :metrics to the settings used by the master
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r--lib/puppet/defaults.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 8da104086..36159bcf7 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -474,6 +474,7 @@ module Puppet
setdefaults(:metrics,
:rrddir => {:default => "$vardir/rrd",
+ :mode => 0750,
:owner => "service",
:group => "service",
:desc => "The directory where RRD database files are stored.