From 5629c23a4627c604cc670f40af986f095b60d099 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Feb 2010 00:39:43 -0200 Subject: Syntax fix --- manifests/munin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/munin.pp') 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, } -- cgit v1.2.3