diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-03-22 15:00:19 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-03-22 15:00:19 +1100 |
commit | e5b16b26fff6b8b358975d27d46a274407891a69 (patch) | |
tree | b5a2f4774e29098fa66508471c013b6c4d1529f3 /lib | |
parent | 18320b8e3271f7d1d1702907be1ff420acfc8d2b (diff) | |
download | puppet-e5b16b26fff6b8b358975d27d46a274407891a69.tar.gz puppet-e5b16b26fff6b8b358975d27d46a274407891a69.tar.xz puppet-e5b16b26fff6b8b358975d27d46a274407891a69.zip |
Ported #198 man page creation functionality to 0.24.x branch
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/defaults.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 407a47d07..964c544ba 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -346,11 +346,11 @@ 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.reductivelabs.com``). - See the `UsingMongrel`:trac: wiki page for more information."], + See http://reductivelabs.com/puppet/trac/wiki/UsingMongrel 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 the `UsingMongrel`:trac: wiki page for more information."] + See http://reductivelabs.com/puppet/trac/wiki/UsingMongrel for more information."] ) self.setdefaults(:puppetd, @@ -600,7 +600,7 @@ module Puppet setdefaults(:ldap, :ldapnodes => [false, "Whether to search for node configurations in LDAP. See - `LdapNodes`:trac: for more information."], + http://reductivelabs.com/puppet/trac/wiki/LdapNodes/ for more information."], :ldapssl => [false, "Whether SSL should be used when searching for nodes. Defaults to false because SSL usually requires certificates |