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

Luke Kanies luke at puppetlabs.com
Wed Jul 14 10:32:16 UTC 2010


The following commit has been merged in the upstream branch:
commit fff8d0465c1674f111b60c313fcdca6613262a85
Author: Luke Kanies <luke at puppetlabs.com>
Date:   Fri Apr 9 15:06:23 2010 -0700

    Fixing syntax warning
    
    Signed-off-by: Luke Kanies <luke at puppetlabs.com>

diff --git a/lib/puppet/indirector/resource/ral.rb b/lib/puppet/indirector/resource/ral.rb
index f2c3f84..56fc628 100644
--- a/lib/puppet/indirector/resource/ral.rb
+++ b/lib/puppet/indirector/resource/ral.rb
@@ -43,6 +43,6 @@ class Puppet::Resource::Ral < Puppet::Indirector::Code
     end
 
     def type( request )
-        Puppet::Type.type(type_name(request)) or raise Puppet::Error "Could not find type #{type}"
+        Puppet::Type.type(type_name(request)) or raise Puppet::Error, "Could not find type #{type}"
     end
 end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list