From: Silvio Rhatto Date: Fri, 19 Feb 2010 02:39:43 +0000 (-0200) Subject: Syntax fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5629c23a4627c604cc670f40af986f095b60d099;p=puppet-nodo.git Syntax fix --- diff --git a/manifests/munin.pp b/manifests/munin.pp index f0dac88..b239787 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -11,7 +11,7 @@ define munin_node($port = '4949') { } $munin_port = $node_munin_port ? { - '' => $port + '' => $port, default => $node_munin_port, }