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

test branch puppet-dev at googlegroups.com
Wed Jul 14 10:34:18 UTC 2010


The following commit has been merged in the upstream branch:
commit 1d98e679a040627bc4865453f147bc03f64140fe
Author: David Schmitt <david at dasz.at>
Date:   Fri May 21 13:42:04 2010 +0200

    Adapt defaults to Win32 environment
    
    This needs the workaround from http://rubyforge.org/tracker/index.php?func=detail&aid=28206&group_id=85&atid=411

diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index f774275..775e26a 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -611,7 +611,7 @@ module Puppet
 
     # Central fact information.
     setdefaults(:main,
-        :factpath => {:default => "$vardir/lib/facter/:$vardir/facts",
+        :factpath => {:default => "$vardir/lib/facter/${File::PATH_SEPARATOR}$vardir/facts",
             :desc => "Where Puppet should look for facts.  Multiple directories should
                 be colon-separated, like normal PATH variables.",
             :call_on_define => true, # Call our hook with the default value, so we always get the value added to facter.

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list