[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

Jesse Wolfe jes5199 at gmail.com
Wed Jul 14 10:32:21 UTC 2010


The following commit has been merged in the upstream branch:
commit 4ac8e2c3b08ba20318d146647c8c6244f97fc9bc
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Fri Apr 9 19:28:54 2010 -0700

    The pure-ruby YAML lib doesn't accept parameters

diff --git a/lib/puppet/network/handler/master.rb b/lib/puppet/network/handler/master.rb
index d123fd6..d167335 100644
--- a/lib/puppet/network/handler/master.rb
+++ b/lib/puppet/network/handler/master.rb
@@ -63,7 +63,7 @@ class Puppet::Network::Handler
 
             case format
             when "yaml"
-                return CGI.escape(catalog.extract.to_yaml(:UseBlock => true))
+                return CGI.escape(catalog.extract.to_yaml)
             when "marshal"
                 return CGI.escape(Marshal.dump(catalog.extract))
             else

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list