From db5494fff2fe521d616ba726e9ab2d3bafb94a21 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 23 Jan 2007 05:11:50 +0000 Subject: Fixing #421 by changing the rundir to /var/puppet/run. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2077 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/configuration.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/puppet/configuration.rb') 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 -- cgit