From: Silvio Rhatto Date: Fri, 18 Jan 2013 21:08:19 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=92a381eaa4e1a0acc8ac6954e0d0053ca22be8a5;p=puppet-puppet.git Minor fix --- 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 = '' }