summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/configuration.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/configuration.rb b/lib/puppet/configuration.rb
index e4e1a6ec6..7c66cc11e 100644
--- a/lib/puppet/configuration.rb
+++ b/lib/puppet/configuration.rb
@@ -116,8 +116,8 @@ module Puppet
# Define the config default.
self.setdefaults(self.name,
- :config => ["$confdir/#{self.name}.conf",
- "The configuration file for #{self.name}."],
+ :config => ["$confdir/#{Puppet[:name]}.conf",
+ "The configuration file for #{Puppet[:name]}."],
:pidfile => ["", "The pid file"],
:bindaddress => ["", "The address to bind to. Mongrel servers
default to 127.0.0.1 and WEBrick defaults to 0.0.0.0."],