diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-19 00:39:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-19 00:39:43 -0200 |
commit | 5629c23a4627c604cc670f40af986f095b60d099 (patch) | |
tree | 3a1a811059c16fdffbe364da6044f00054686721 /manifests | |
parent | bf7260844723334534d1712bb3e89906018494c5 (diff) | |
download | puppet-nodo-5629c23a4627c604cc670f40af986f095b60d099.tar.gz puppet-nodo-5629c23a4627c604cc670f40af986f095b60d099.tar.bz2 |
Syntax fix
Diffstat (limited to 'manifests')
-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, } |