summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-04-26 20:39:01 +1000
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit7fc66d5f5208bb7b408dfd4d3852a88139b9a308 (patch)
tree0c0da7f04614782bab5a435cd5d2b4a3a6329cbb /lib
parent14456b4604b94c044fb564a0f47dac36527d06ca (diff)
downloadpuppet-7fc66d5f5208bb7b408dfd4d3852a88139b9a308.tar.gz
puppet-7fc66d5f5208bb7b408dfd4d3852a88139b9a308.tar.xz
puppet-7fc66d5f5208bb7b408dfd4d3852a88139b9a308.zip
Fixed stored configuration documentation
Diffstat (limited to 'lib')
-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 f2cc8f31c..79d74f01f 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -678,11 +678,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."],