summaryrefslogtreecommitdiffstats
path: root/lib/puppet/defaults.rb
diff options
context:
space:
mode:
authorRein Henrichs <rein@puppetlabs.com>2010-06-07 15:45:45 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit9d0a38ee1baa295fb8d2b69f13cbfc91b5de5800 (patch)
treeffd8f1cb1dda2d0d60866ad93983ed600b4ab801 /lib/puppet/defaults.rb
parent2874729efa22c56dde61654e7429bdbb4e41f9ef (diff)
downloadpuppet-9d0a38ee1baa295fb8d2b69f13cbfc91b5de5800.tar.gz
puppet-9d0a38ee1baa295fb8d2b69f13cbfc91b5de5800.tar.xz
puppet-9d0a38ee1baa295fb8d2b69f13cbfc91b5de5800.zip
[#3921] Add facts_terminus setting to Puppet settings
* defaults to "facter"
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r--lib/puppet/defaults.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 3f9ac4da2..f77427583 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -116,6 +116,7 @@ module Puppet
:node_terminus => ["plain", "Where to find information about nodes."],
:catalog_terminus => ["compiler", "Where to get node catalogs. This is useful to change if, for instance,
you'd like to pre-compile catalogs and store them in memcached or some other easily-accessed store."],
+ :fact_terminus => ["facter", "Where to get node facts."],
:httplog => { :default => "$logdir/http.log",
:owner => "root",
:mode => 0640,