[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
Jesse Wolfe
jes5199 at gmail.com
Wed Jul 14 10:35:30 UTC 2010
The following commit has been merged in the upstream branch:
commit 9169ef002fd4dc8fb550c1d00aac72fd3bf1ce6c
Author: Jesse Wolfe <jes5199 at gmail.com>
Date: Fri Jun 25 18:40:17 2010 -0700
Fix: puppet apply trying to use XMLRPC constant
diff --git a/lib/puppet/application/apply.rb b/lib/puppet/application/apply.rb
index 19346da..8909939 100644
--- a/lib/puppet/application/apply.rb
+++ b/lib/puppet/application/apply.rb
@@ -138,11 +138,7 @@ class Puppet::Application::Apply < Puppet::Application
end
rescue => detail
puts detail.backtrace if Puppet[:trace]
- if detail.is_a?(XMLRPC::FaultException)
- $stderr.puts detail.message
- else
- $stderr.puts detail
- end
+ $stderr.puts detail.message
exit(1)
end
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list