summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-04-26 20:39:01 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-04-26 20:39:01 +1000
commit134204da6b0bc0430323de5a30c2c66f0ce46de7 (patch)
treec5350d5355871cf9c917e6420402713afa95b151
parent1aa98a67f4eac1a9f2f46222375ef439eb6b0043 (diff)
downloadpuppet-134204da6b0bc0430323de5a30c2c66f0ce46de7.tar.gz
puppet-134204da6b0bc0430323de5a30c2c66f0ce46de7.tar.xz
puppet-134204da6b0bc0430323de5a30c2c66f0ce46de7.zip
Fixed stored configuration documentation
-rw-r--r--lib/puppet/defaults.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 2bfb0be42..4440fceaa 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -673,11 +673,11 @@ module Puppet
:dbadapter => [ "sqlite3", "The type of database to use." ],
:dbmigrate => [ false, "Whether to automatically migrate the database." ],
:dbname => [ "puppet", "The name of the database to use." ],
- :dbserver => [ "localhost", "The database server for Client caching. Only
+ :dbserver => [ "localhost", "The database server for caching. Only
used when networked databases are used."],
- :dbuser => [ "puppet", "The database user for Client caching. Only
+ :dbuser => [ "puppet", "The database user for caching. Only
used when networked databases are used."],
- :dbpassword => [ "puppet", "The database password for Client caching. Only
+ :dbpassword => [ "puppet", "The database password for caching. Only
used when networked databases are used."],
:dbsocket => [ "", "The database socket location. Only used when networked
databases are used. Will be ignored if the value is an empty string."],