diff options
Diffstat (limited to 'lib/puppet/client/master.rb')
-rw-r--r-- | lib/puppet/client/master.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index c56946650..b1da61405 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -6,6 +6,8 @@ class Puppet::Client::MasterClient < Puppet::Client @@sync = Sync.new end + @handler = Puppet::Server::Master + Puppet.setdefaults("puppetd", :puppetdlockfile => [ "$statedir/puppetdlock", "A lock file to temporarily stop puppetd from doing anything."], |