From dad596e6c5e241607eee92e54890b53affeba02b Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 16 Oct 2006 03:54:18 +0000 Subject: Fixing #291 -- the problem was that instead of throwing an error on a missing server, puppet was just exiting. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1785 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/client/master.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/puppet/client') diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index 0763cdfe1..97d224065 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -168,8 +168,8 @@ class Puppet::Client::MasterClient < Puppet::Client Puppet::Type.allclear end - # Disable running the configuration. This can be used from the command line, but - # is also used to make sure only one client is running at a time. + # Disable running the configuration. This can be used from the command + # line, but is also used to make sure only one client is running at a time. def disable(running = false) threadlock(:puppetd) do text = nil -- cgit