diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/configuration.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/puppet/configuration.rb b/lib/puppet/configuration.rb index b2b0046a5..4fbcbe135 100644 --- a/lib/puppet/configuration.rb +++ b/lib/puppet/configuration.rb @@ -42,14 +42,10 @@ module Puppet this directory can be removed without causing harm (although it might result in spurious service restarts)." }, - :rundir => { :default => "$vardir/run", + :rundir => { :default => "/var/run/puppet", :mode => 01777, :desc => "Where Puppet PID files are kept." }, - :lockdir => { :default => "$vardir/locks", - :mode => 01777, - :desc => "Where lock files are kept." - }, :statefile => { :default => "$statedir/state.yaml", :mode => 0660, :desc => "Where puppetd and puppetmasterd store state associated |