[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.1rc1-141-gcdb2b90

James Turnbull james at lovedthanlost.net
Mon Aug 16 12:47:35 UTC 2010


The following commit has been merged in the upstream branch:
commit 705cfe119ca51252f50a728991c20b0eea3495d4
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue Jun 22 15:41:09 2010 +1000

    Documentation fixes

diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index e446a23..c815133 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -87,7 +87,7 @@ module Puppet
             "Whether to create the necessary user and group that puppetd will
             run as."],
         :manage_internal_file_permissions => [true,
-            "Whether Puppet should manage the owner, group, and mode of files 
+            "Whether Puppet should manage the owner, group, and mode of files
             it uses internally"
             ],
         :path => {:default => "none",
@@ -196,7 +196,7 @@ module Puppet
             time that the configuration is parsed, but you can provide a shell script to override how the
             version is determined.  The output of this script will be added to every log message in the
             reports, allowing you to correlate changes on your hosts to the source version on the server."],
-        :zlib => [true, 
+        :zlib => [true,
             "Boolean; whether to use the zlib library",
         ],
         :prerun_command => ["", "A command to run before every agent run.  If this command returns a non-zero
@@ -453,18 +453,18 @@ module Puppet
         :ssl_client_header => ["HTTP_X_CLIENT_DN", "The header containing an authenticated
             client's SSL DN.  Only used with Mongrel.  This header must be set by the proxy
             to the authenticated client's SSL DN (e.g., ``/CN=puppet.puppetlabs.com``).
-            See http://puppetlabs.com/puppet/trac/wiki/UsingMongrel for more information."],
+            See http://projects.puppetlabs.com/projects/puppet/wiki/Using_Mongrel for more information."],
         :ssl_client_verify_header => ["HTTP_X_CLIENT_VERIFY", "The header containing the status
             message of the client verification. Only used with Mongrel.  This header must be set by the proxy
             to 'SUCCESS' if the client successfully authenticated, and anything else otherwise.
-            See http://puppetlabs.com/puppet/trac/wiki/UsingMongrel for more information."],
+            See http://projects.puppetlabs.com/projects/puppet/wiki/Using_Mongrel for more information."],
         # To make sure this directory is created before we try to use it on the server, we need
         # it to be in the server section (#1138).
         :yamldir => {:default => "$vardir/yaml", :owner => "service", :group => "service", :mode => "750",
             :desc => "The directory in which YAML data is stored, usually in a subdirectory."},
         :reports => ["store",
             "The list of reports to generate.  All reports are looked for
-            in puppet/reports/<name>.rb, and multiple report names should be
+            in puppet/reports/name.rb, and multiple report names should be
             comma-separated (whitespace is okay)."
         ],
         :reportdir => {:default => "$vardir/reports",
@@ -600,7 +600,7 @@ module Puppet
               if value
                 Puppet.settings[:report_server] = value
               end
-            end   
+            end
         },
         :report_server => ["$server",
           "The server to which to send transaction reports."
@@ -729,7 +729,7 @@ module Puppet
     setdefaults(:ldap,
         :ldapnodes => [false,
             "Whether to search for node configurations in LDAP.  See
-            http://puppetlabs.com/trac/puppet/wiki/LDAPNodes for more information."],
+            http://projects.puppetlabs.com/projects/puppet/wiki/LDAP_Nodes for more information."],
         :ldapssl => [false,
             "Whether SSL should be used when searching for nodes.
             Defaults to false because SSL usually requires certificates

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list