Added support for deploying puppetmaster using webrick
This commit is contained in:
parent
5aded5e39f
commit
105978c2d5
4 changed files with 103 additions and 2 deletions
|
@ -15,7 +15,11 @@ DAEMON_OPTS=""
|
|||
# mongrel. Requires front-end web-proxy such as
|
||||
# apache, nginx, or pound)
|
||||
# See: http://reductivelabs.com/trac/puppet/wiki/UsingMongrel
|
||||
<% if puppet_listenports.length > 1 -%>
|
||||
SERVERTYPE=mongrel
|
||||
<% else -%>
|
||||
SERVERTYPE=webrick
|
||||
<% end -%>
|
||||
|
||||
# How many puppetmaster instances to start? Its pointless to set this
|
||||
# higher than 1 if you are not using mongrel.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue