[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363
James Turnbull
james at lovedthanlost.net
Tue May 18 09:04:42 UTC 2010
The following commit has been merged in the upstream branch:
commit 134204da6b0bc0430323de5a30c2c66f0ce46de7
Author: James Turnbull <james at lovedthanlost.net>
Date: Mon Apr 26 20:39:01 2010 +1000
Fixed stored configuration documentation
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 2bfb0be..4440fce 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."],
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list