[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:20:46 UTC 2009


The following commit has been merged in the master branch:
commit 014757047f23b85bb0e35d7a0c79efcec9178077
Author: James Turnbull <james at lovedthanlost.net>
Date:   Wed Aug 6 05:26:27 2008 +1000

    Fixed #1457 - removed confine warning

diff --git a/CHANGELOG b/CHANGELOG
index b7d83ca..86cab4e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
 0.24.x
+    Fixed #1457 - removed confine warning
+
     A working script to create an OS X pkg out of the Puppet repository
 
     Fixed #1441 - Updated console colours
diff --git a/lib/puppet/provider/confine.rb b/lib/puppet/provider/confine.rb
index 35b80fd..e15adcd 100644
--- a/lib/puppet/provider/confine.rb
+++ b/lib/puppet/provider/confine.rb
@@ -25,7 +25,7 @@ class Puppet::Provider::Confine
             begin
                 require "puppet/provider/confine/%s" % name
             rescue LoadError => detail
-                unless detail.to_s.include?("no such file")
+                unless detail.to_s.include?("No such file")
                     warn "Could not load confine test '%s': %s" % [name, detail]
                 end
                 # Could not find file

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list