[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

test branch puppet-dev at googlegroups.com
Wed Jul 14 10:32:42 UTC 2010


The following commit has been merged in the upstream branch:
commit 7fc66d5f5208bb7b408dfd4d3852a88139b9a308
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 f2cc8f3..79d74f0 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."],

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list