[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:41 UTC 2010
The following commit has been merged in the upstream branch:
commit 1aa98a67f4eac1a9f2f46222375ef439eb6b0043
Author: James Turnbull <james at lovedthanlost.net>
Date: Sat Apr 24 04:03:56 2010 +1000
Fixes #3653 - Changed default factpath value to better reflect plugins in modules
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index d333535..2bfb0be 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -632,7 +632,7 @@ module Puppet
# Central fact information.
self.setdefaults(:main,
- :factpath => {:default => "$vardir/facts/",
+ :factpath => {:default => "$vardir/lib/facter/:$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