diff options
| author | Luke Kanies <luke@madstop.com> | 2007-10-05 14:25:29 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-10-05 14:25:29 -0500 |
| commit | f084d83df1abf51766e2dd390e118f1189864346 (patch) | |
| tree | cbff216064768461dac362abab515c3f1ba6e349 /lib/puppet/network/client | |
| parent | 9c58c476c2ffcf9613f14e5881b1177f01d413a7 (diff) | |
| download | puppet-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.rb | 1 |
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 |
