diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-13 15:57:06 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-13 15:57:06 +0000 |
commit | ec0609d81cb5f2b44fce7174b72dd2c5a06dfbe6 (patch) | |
tree | a20175019bd423232062925f860f2b2fb0408c0f /bin | |
parent | 9af5d697385fd28843d1603e9e6afd272ec5e560 (diff) | |
download | puppet-ec0609d81cb5f2b44fce7174b72dd2c5a06dfbe6.tar.gz puppet-ec0609d81cb5f2b44fce7174b72dd2c5a06dfbe6.tar.xz puppet-ec0609d81cb5f2b44fce7174b72dd2c5a06dfbe6.zip |
A round of bug-fixing in preparation for the next release.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1256 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/puppetca | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/puppetca b/bin/puppetca index 2cbb37872..3b572c6e1 100755 --- a/bin/puppetca +++ b/bin/puppetca @@ -148,6 +148,9 @@ Puppet.genmanifest begin ca = Puppet::SSLCertificates::CA.new() rescue => detail + if Puppet[:debug] + puts detail.backtrace + end puts detail.to_s exit(23) end |