[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:30 UTC 2010


The following commit has been merged in the upstream branch:
commit 28702a4128b2057df959f1e190a7fb24ee51db47
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Wed Jun 9 17:45:38 2010 -0700

    variable name error in refactor

diff --git a/lib/puppet/provider/file/posix.rb b/lib/puppet/provider/file/posix.rb
index 131fd54..6d6e231 100644
--- a/lib/puppet/provider/file/posix.rb
+++ b/lib/puppet/provider/file/posix.rb
@@ -96,7 +96,7 @@ Puppet::Type.type(:file).provide :posix do
             break if uid = validuser?(user)
         end
 
-        raise Puppet::Error, "Could not find user(s) %s" % @should.join(",") unless uid
+        raise Puppet::Error, "Could not find user(s) %s" % should.join(",") unless uid
 
         begin
             File.send(method, uid, nil, path)

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list