[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

Dominic Cleal dcleal at redhat.com
Tue May 10 08:02:40 UTC 2011


The following commit has been merged in the experimental branch:
commit f50fac7a866fa6c1d546226c5c6d8651eb7ffba6
Author: Dominic Cleal <dcleal at redhat.com>
Date:   Sat Nov 27 14:09:35 2010 +0000

    Fixing wget verbose regex

diff --git a/lib/puppet/provider/package/pkgutil.rb b/lib/puppet/provider/package/pkgutil.rb
index 19a62dc..4914aa4 100755
--- a/lib/puppet/provider/package/pkgutil.rb
+++ b/lib/puppet/provider/package/pkgutil.rb
@@ -51,7 +51,7 @@ Puppet::Type.type(:package).provide :pkgutil, :parent => :sun, :source => :sun d
             next if line =~ /^Checking integrity / # use_gpg
             next if line =~ /^gpg: /               # gpg verification
             next if line =~ /^=+> /                # catalog fetch
-            next if line =~ /^\d+:\d+:\d+ URL:/    # wget without -q
+            next if line =~ /\d+:\d+:\d+ URL:/     # wget without -q
 
             blastsplit(line)
         end.reject { |h| h.nil? }

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list