]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 19:21:36 +0000 (17:21 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 19:21:36 +0000 (17:21 -0200)
manifests/master.pp

index b9da65f7b4be5ff90a214cca00a2644d24c565a0..6c09aadaab318dffa242c82e2233db29aa6f05f3 100644 (file)
@@ -67,7 +67,7 @@ class puppet::master(
     group   => root,
     mode    => 0644,
     content => template('puppet/puppetmaster.erb'),
-    notify  => $servertype ?
+    notify  => $servertype ? {
       'mongrel' => Service['puppetmaster'],
       default   => Package['puppetmaster-passenger'],
     },