diff options
Diffstat (limited to 'lib/puppet/configuration.rb')
-rw-r--r-- | lib/puppet/configuration.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/puppet/configuration.rb b/lib/puppet/configuration.rb index 86d7dbfdc..ffd147cd1 100644 --- a/lib/puppet/configuration.rb +++ b/lib/puppet/configuration.rb @@ -326,6 +326,16 @@ module Puppet :smtpserver => ["none", "The server through which to send email reports."] ) + + self.setdefaults(:facts, + :factstore => ["yaml", + "The backend store to use for client facts."] + ) + + self.setdefaults(:yamlfacts, + :yamlfactdir => ["$vardir/facts", + "The directory in which client facts are stored when the yaml fact store is used."] + ) end # $Id$ |