aboutsummaryrefslogtreecommitdiff
path: root/manifests/plug.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 12:25:39 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 12:25:39 -0200
commit3146dee64ee998b50228976ba72de916877bfab3 (patch)
tree48acfc43879b7e80e98a52e027b6a7e8edcf8bd2 /manifests/plug.pp
parentdcd2cd5afc1586782d40a645fea1a7c4725e53c4 (diff)
downloadpuppet-nodo-3146dee64ee998b50228976ba72de916877bfab3.tar.gz
puppet-nodo-3146dee64ee998b50228976ba72de916877bfab3.tar.bz2
Variable scope updates
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r--manifests/plug.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp
index 08bb4c9..81820e6 100644
--- a/manifests/plug.pp
+++ b/manifests/plug.pp
@@ -13,7 +13,7 @@ class nodo::plug inherits nodo {
}
# Munin configuration
- munin_node { "$hostname":
+ munin_node { "${::hostname}":
port => '4900',
}
}