summaryrefslogtreecommitdiffstats
path: root/lib/puppet/defaults.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-09-11 12:38:56 -0500
committerLuke Kanies <luke@madstop.com>2007-09-11 12:38:56 -0500
commit5aa4440b6fb8c9199ee549bd8fe0e4afb296c259 (patch)
tree4b502958da9929e6290993a7bc65e8b8fdc29dd9 /lib/puppet/defaults.rb
parentbb69a1f08a6b0ba37222eeddf28ffbff657283e7 (diff)
downloadpuppet-5aa4440b6fb8c9199ee549bd8fe0e4afb296c259.tar.gz
puppet-5aa4440b6fb8c9199ee549bd8fe0e4afb296c259.tar.xz
puppet-5aa4440b6fb8c9199ee549bd8fe0e4afb296c259.zip
Doing an intermediate commit so rick can look at the work I have done so far.
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r--lib/puppet/defaults.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 78364e786..4b442d094 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -495,7 +495,7 @@ module Puppet
)
self.setdefaults(:facts,
- :factstore => ["yaml",
+ :fact_store => ["yaml",
"The backend store to use for client facts."]
)