[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:34:57 UTC 2010
The following commit has been merged in the upstream branch:
commit c8ca19a4e7d48d5c45fd67efb981c1c3d3b80e5c
Author: Jesse Wolfe <jes5199 at gmail.com>
Date: Wed Jun 23 15:47:19 2010 -0700
[#3674] Make sure that failing to load a feature isn't fatal
diff --git a/lib/puppet/util/feature.rb b/lib/puppet/util/feature.rb
index 6218eab..d586692 100644
--- a/lib/puppet/util/feature.rb
+++ b/lib/puppet/util/feature.rb
@@ -20,7 +20,7 @@ class Puppet::Util::Feature
if block_given?
begin
result = yield
- rescue => detail
+ rescue Exception => detail
warn "Failed to load feature test for %s: %s" % [name, detail]
result = false
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list