[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:21:14 UTC 2009


The following commit has been merged in the master branch:
commit d2c89985bb356188ac52d00b0799cae655a9c75b
Author: Luke Kanies <luke at madstop.com>
Date:   Fri Oct 3 16:12:49 2008 -0500

    Fixed #981 - Removed 'Adding aliases' info message
    
    Signed-off-by: Luke Kanies <luke at madstop.com>

diff --git a/CHANGELOG b/CHANGELOG
index 928ac8e..ba05bb8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
 0.24.x
     Fixing #947 - pluginsync no longer fails poorly when no plugins exist
 
+    Fixed #981 - Removed 'Adding aliases' info message
+
     Fixing #1614 - Environments no longer have to be listed out
 
     Fixed #1628 - Changed node search to use certname rather than Facter hostname
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index e377a35..7e86549 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -1472,8 +1472,6 @@ class Type
 
             raise(ArgumentError, "Cannot add aliases without a catalog") unless @resource.catalog
 
-            @resource.info "Adding aliases %s" % aliases.collect { |a| a.inspect }.join(", ")
-
             aliases.each do |other|
                 if obj = @resource.catalog.resource(@resource.class.name, other)
                     unless obj.object_id == @resource.object_id

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list