]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Jan 2013 21:08:19 +0000 (19:08 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Jan 2013 21:08:19 +0000 (19:08 -0200)
manifests/puppetmasterd.pp

index 28311e18950d1fbffbaa83f959973cf283b4989a..8b06ee43ffc21c73ec60b1b7a5caae43fea74bed 100644 (file)
@@ -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 = ''
     }