[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
Luke Kanies
luke at madstop.com
Fri Jan 23 14:21:53 UTC 2009
The following commit has been merged in the master branch:
commit 6a4c0d52bf4a1314bb7f2fcf9ecb409fdeab8226
Author: Luke Kanies <luke at madstop.com>
Date: Mon Dec 1 17:58:36 2008 -0600
Removing debugging from the "resources" type
Signed-off-by: Luke Kanies <luke at madstop.com>
diff --git a/lib/puppet/type/resources.rb b/lib/puppet/type/resources.rb
index 358ad60..c0d892b 100644
--- a/lib/puppet/type/resources.rb
+++ b/lib/puppet/type/resources.rb
@@ -137,7 +137,6 @@ Puppet::Type.newtype(:resources) do
return false
end
- p current_values[resource.property(:uid)]
if current_values[resource.property(:uid)] <= self[:unless_system_user]
return false
else
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list