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


The following commit has been merged in the master branch:
commit 6075d10373dbdb7de1f665cc39453daa6418cffd
Author: Luke Kanies <luke at madstop.com>
Date:   Sun Dec 7 17:04:14 2008 -0600

    Fixing #1794 - returning sync when it is already initialized
    
    Signed-off-by: Luke Kanies <luke at madstop.com>

diff --git a/lib/puppet/reports/tagmail.rb b/lib/puppet/reports/tagmail.rb
index fa4e536..00571a8 100644
--- a/lib/puppet/reports/tagmail.rb
+++ b/lib/puppet/reports/tagmail.rb
@@ -181,6 +181,7 @@ Puppet::Reports.register_report(:tagmail) do
         unless defined?(@sync)
             @sync = Sync.new
         end
+        @sync
     end
 end
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list