diff options
author | James Turnbull <james@lovedthanlost.net> | 2010-04-24 04:03:56 +1000 |
---|---|---|
committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
commit | 14456b4604b94c044fb564a0f47dac36527d06ca (patch) | |
tree | 23254fc3c993f8805732ebf870fec20a2e445e63 /lib/puppet | |
parent | f3e466b68ba124c1313d84570584187a7c473eb5 (diff) | |
download | puppet-14456b4604b94c044fb564a0f47dac36527d06ca.tar.gz puppet-14456b4604b94c044fb564a0f47dac36527d06ca.tar.xz puppet-14456b4604b94c044fb564a0f47dac36527d06ca.zip |
Fixes #3653 - Changed default factpath value to better reflect plugins in modules
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 97172073b..f2cc8f31c 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -637,7 +637,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. |