[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:44 UTC 2011
The following commit has been merged in the experimental branch:
commit 3eace859f20d9ac7366382826028af44c3ab62d6
Author: Dominic Cleal <dcleal at redhat.com>
Date: Mon Nov 29 12:41:18 2010 +0000
Fixing indentation
diff --git a/lib/puppet/provider/package/pkgutil.rb b/lib/puppet/provider/package/pkgutil.rb
index b9d0ea4..dacd70a 100755
--- a/lib/puppet/provider/package/pkgutil.rb
+++ b/lib/puppet/provider/package/pkgutil.rb
@@ -47,9 +47,9 @@ Puppet::Type.type(:package).provide :pkgutil, :parent => :sun, :source => :sun d
next if line =~ /^#/
next if line =~ /installed\s+catalog/ # header of package list
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 =~ /^gpg: / # gpg verification
+ next if line =~ /^=+> / # catalog fetch
+ next if line =~ /\d+:\d+:\d+ URL:/ # wget without -q
parsed = pkgsplit(line)
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list