aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-19 00:39:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-19 00:39:43 -0200
commit5629c23a4627c604cc670f40af986f095b60d099 (patch)
tree3a1a811059c16fdffbe364da6044f00054686721 /manifests
parentbf7260844723334534d1712bb3e89906018494c5 (diff)
downloadpuppet-nodo-5629c23a4627c604cc670f40af986f095b60d099.tar.gz
puppet-nodo-5629c23a4627c604cc670f40af986f095b60d099.tar.bz2
Syntax fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/munin.pp2
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,
}