diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 19:08:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 19:08:19 -0200 |
commit | 92a381eaa4e1a0acc8ac6954e0d0053ca22be8a5 (patch) | |
tree | 7c4f0a30ffcb9e4ff8c361982bb56b07494a035c /manifests | |
parent | 28b0740d20ffca14c27d4cd3ab9978b5b5d50468 (diff) | |
download | puppet-puppet-92a381eaa4e1a0acc8ac6954e0d0053ca22be8a5.tar.gz puppet-puppet-92a381eaa4e1a0acc8ac6954e0d0053ca22be8a5.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppetmasterd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp index 28311e1..8b06ee4 100644 --- a/manifests/puppetmasterd.pp +++ b/manifests/puppetmasterd.pp @@ -7,7 +7,7 @@ class puppetmasterd { $puppetmaster_servertype = 'mongrel' $puppetmaster_daemon_opts = '--ssl_client_header=HTTP_X_SSL_SUBJECT' } - '' { + default: { $puppetmaster_servertype = 'passenger' $puppetmaster_daemon_opts = '' } |