Skip to content

Commit a73453e

Browse files
author
Tim Meusel
committed
add docs for new webserver param in puppet:master
1 parent e56112a commit a73453e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ Puppet 3.5 introduced a new way of handling Puppet environments known as _Direct
5252

5353
Optionally, an `environmentpath` parameter can be supplied to configure the base root of Puppet environments, this defaults to `$confdir/environments`
5454

55+
### Support for httpd and nginx ###
56+
57+
class { 'puppet::master':
58+
webserver => 'nginx'
59+
}
60+
61+
The default installed webserver is httpd with passenger, but via the webserver param you can switch to nginx with unicorn (nginx is currently only tested on centos7, testers are welcome)
5562

5663
## Agent ##
5764
class { 'puppet::agent':

0 commit comments

Comments
 (0)