From 7fc66d5f5208bb7b408dfd4d3852a88139b9a308 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 26 Apr 2010 20:39:01 +1000 Subject: Fixed stored configuration documentation --- lib/puppet/defaults.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/puppet') 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."], -- cgit