summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-18 19:08:19 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-18 19:08:19 -0200
commit92a381eaa4e1a0acc8ac6954e0d0053ca22be8a5 (patch)
tree7c4f0a30ffcb9e4ff8c361982bb56b07494a035c
parent28b0740d20ffca14c27d4cd3ab9978b5b5d50468 (diff)
downloadpuppet-puppet-92a381eaa4e1a0acc8ac6954e0d0053ca22be8a5.tar.gz
puppet-puppet-92a381eaa4e1a0acc8ac6954e0d0053ca22be8a5.tar.bz2
Minor fix
-rw-r--r--manifests/puppetmasterd.pp2
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 = ''
}