diff options
-rw-r--r-- | manifests/munin.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } |