[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1613-ga91c476

James Turnbull james at lovedthanlost.net
Mon Jan 25 05:48:54 UTC 2010


The following commit has been merged in the upstream branch:
commit 94e269cbc98e774630426aa0a0dc70c1db82502d
Author: Markus Roberts <Markus at reality.com>
Date:   Wed Jan 20 08:00:09 2010 -0800

    Uncommeniting the fix for #3001

diff --git a/lib/puppet/file_serving/mount/file.rb b/lib/puppet/file_serving/mount/file.rb
index 197a720..e1eaf60 100644
--- a/lib/puppet/file_serving/mount/file.rb
+++ b/lib/puppet/file_serving/mount/file.rb
@@ -25,7 +25,7 @@ class Puppet::FileServing::Mount::File < Puppet::FileServing::Mount
 
         file = ::File.join(full_path, relative_path)
 
-        if !(FileTest.exist?(file) )# or FileTest.symlink?(file))
+        if !(FileTest.exist?(file) or FileTest.symlink?(file))
             Puppet.info("File does not exist or is not accessible: #{file}")
             return nil
         end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list