summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 26b3b8125..71a15fe23 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -241,11 +241,6 @@ module Puppet
:runinterval => [1800, # 30 minutes
"How often puppetd applies the client configuration; in seconds"]
)
- self.setdefaults("metrics",
- :rrddir => ["$vardir/rrd",
- "The directory where RRD database files are stored."],
- :rrdgraph => [false, "Whether RRD information should be graphed."]
- )
# configuration parameter access and stuff
def self.[](param)