[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch,	upstream, updated. 0.25.4-89-gcbbd363
    James Turnbull 
    james at lovedthanlost.net
       
    Tue May 18 09:04:01 UTC 2010
    
    
  
The following commit has been merged in the upstream branch:
commit 389c77b1927a95e8e991ecddd1767698547a78b8
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Wed Mar 24 16:51:42 2010 +0100
    Another trivial follow-up fix for #2604: invalid path to zaml.rb
    
    Signed-off-by: Marc Fournier <marc.fournier at camptocamp.com>
diff --git a/lib/puppet/util/monkey_patches.rb b/lib/puppet/util/monkey_patches.rb
index a7bc2a6..b7f8a7b 100644
--- a/lib/puppet/util/monkey_patches.rb
+++ b/lib/puppet/util/monkey_patches.rb
@@ -11,7 +11,7 @@ end
 
 
 require "yaml"
-require "lib/puppet/util/zaml.rb"
+require "puppet/util/zaml.rb"
 class Symbol
     def to_zaml(z)
         z.emit("!ruby/sym ")
-- 
Puppet packaging for Debian
    
    
More information about the Pkg-puppet-devel
mailing list