diff options
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r-- | manifests/plug.pp | 2 |
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', } } |