Skip to content

Commit 539b45e

Browse files
author
Gavin Rogers
committed
updated README
1 parent 01ab03d commit 539b45e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ as this module requires the passenger apache module.
1313

1414
Requires the following modules from puppetforge: [stdlib](https://forge.puppetlabs.com/puppetlabs/stdlib), [apache](https://forge.puppetlabs.com/puppetlabs/apache), [concat](https://forge.puppetlabs.com/puppetlabs/concat), [inifile](https://forge.puppetlabs.com/puppetlabs/inifile)
1515

16+
1617
## Usage Note ##
1718

1819
If you are using this module to install a puppetmaster and serving the manifest of
@@ -58,7 +59,7 @@ Optionally, an `environmentpath` parameter can be supplied to configure the base
5859
webserver => 'nginx'
5960
}
6061

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)
62+
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). Note that if you have selinux enabled, you must have [this](https://github.com/gavinrogers/puppet-selinux) selinux module installed.
6263

6364
## Agent ##
6465
class { 'puppet::agent':

0 commit comments

Comments
 (0)