summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppetlabs.com>2012-10-08 14:32:30 -0700
committerJosh Cooper <josh@puppetlabs.com>2012-10-08 14:46:12 -0700
commit623521e9208b4b5b1ca9690d77f3664fa328da8a (patch)
tree44c4d6e6bb3b00859284d5074343efb49775b25b
parent869d9020132be7a8c8cba6277f4006f24b12ff1b (diff)
downloadpuppet-623521e9208b4b5b1ca9690d77f3664fa328da8a.tar.gz
(#16801) Remove mongrel references from manpage
-rw-r--r--man/man5/puppet.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man5/puppet.conf.5 b/man/man5/puppet.conf.5
index f1bc0f074..aa31f5a7b 100644
--- a/man/man5/puppet.conf.5
+++ b/man/man5/puppet.conf.5
@@ -102,7 +102,7 @@ Whether to enable autosign\. Valid values are true (which autosigns any key requ
.IP "" 0
.
.SS "bindaddress"
-The address a listening server should bind to\. Mongrel servers default to 127\.0\.0\.1 and WEBrick defaults to 0\.0\.0\.0\.
+The address a listening server should bind to\. WEBrick defaults to 0\.0\.0\.0\.
.
.SS "bucketdir"
Where FileBucket files are stored\.
@@ -1357,7 +1357,7 @@ The directory in which serialized data is stored, usually in a subdirectory\.
.IP "" 0
.
.SS "servertype"
-The type of server to use\. Currently supported options are webrick and mongrel\. If you use mongrel, you will need a proxy in front of the process or processes, since Mongrel cannot speak SSL\.
+The type of server to use\. Currently supported option is webrick\.
.
.IP "\(bu" 4
\fIDefault\fR: webrick
@@ -1413,7 +1413,7 @@ The domain which will be queried to find the SRV records of servers to use\.
.IP "" 0
.
.SS "ssl_client_header"
-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\., \fB/CN=puppet\.puppetlabs\.com\fR)\. See http://projects\.puppetlabs\.com/projects/puppet/wiki/Using_Mongrel for more information\.
+The header containing an authenticated client\'s SSL DN\. This header must be set by the proxy to the authenticated client\'s SSL DN (e\.g\., \fB/CN=puppet\.puppetlabs\.com\fR)\.
.
.IP "\(bu" 4
\fIDefault\fR: HTTP_X_CLIENT_DN
@@ -1421,7 +1421,7 @@ The header containing an authenticated client\'s SSL DN\. Only used with Mongrel
.IP "" 0
.
.SS "ssl_client_verify_header"
-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://projects\.puppetlabs\.com/projects/puppet/wiki/Using_Mongrel for more information\.
+The header containing the status message of the client verification\. This header must be set by the proxy to \'SUCCESS\' if the client successfully authenticated, and anything else otherwise\.
.
.IP "\(bu" 4
\fIDefault\fR: HTTP_X_CLIENT_VERIFY