diff options
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r-- | lib/puppet/defaults.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 992b218c5..9efa99cb2 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -368,7 +368,7 @@ module Puppet } ) - self.setdefaults(:puppetmasterd, + self.setdefaults(:master, :user => ["puppet", "The user puppetmasterd should run as."], :group => ["puppet", "The group puppetmasterd should run as."], :manifestdir => ["$confdir/manifests", @@ -458,7 +458,7 @@ module Puppet in the catalogs."] ) - self.setdefaults(:puppetd, + setdefaults(:agent, :localconfig => { :default => "$statedir/localconfig", :owner => "root", :mode => 0660, @@ -742,7 +742,7 @@ module Puppet branch under your main directory."] ) - setdefaults(:puppetmasterd, + setdefaults(:master, :storeconfigs => {:default => false, :desc => "Whether to store each client's configuration. This requires ActiveRecord from Ruby on Rails.", :call_on_define => true, # Call our hook with the default value, so we always get the libdir set. |