summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-10-05 14:25:29 -0500
committerLuke Kanies <luke@madstop.com>2007-10-05 14:25:29 -0500
commitf084d83df1abf51766e2dd390e118f1189864346 (patch)
treecbff216064768461dac362abab515c3f1ba6e349 /lib/puppet/network/client
parent9c58c476c2ffcf9613f14e5881b1177f01d413a7 (diff)
downloadpuppet-f084d83df1abf51766e2dd390e118f1189864346.tar.gz
puppet-f084d83df1abf51766e2dd390e118f1189864346.tar.xz
puppet-f084d83df1abf51766e2dd390e118f1189864346.zip
Another round of test-fixing around the changes I made
to the configuration system. 'puppet' itself still works, even with -e, but I expect that puppetd and puppetmasterd are broken, and there are still quite a few broken tests because the default fact store can't write but that's the default behaviour for a networked configuration master.
Diffstat (limited to 'lib/puppet/network/client')
-rw-r--r--lib/puppet/network/client/master.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/network/client/master.rb b/lib/puppet/network/client/master.rb
index 989d6dca2..5408cabe4 100644
--- a/lib/puppet/network/client/master.rb
+++ b/lib/puppet/network/client/master.rb
@@ -266,6 +266,7 @@ class Puppet::Network::Client::Master < Puppet::Network::Client
self.getconfig
end
rescue => detail
+ puts detail.backtrace if Puppet[:trace]
Puppet.err "Could not retrieve configuration: %s" % detail
end