diff options
Diffstat (limited to 'manifests/base/plug.pp')
-rw-r--r-- | manifests/base/plug.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base/plug.pp b/manifests/base/plug.pp index eedd9fe..b71b648 100644 --- a/manifests/base/plug.pp +++ b/manifests/base/plug.pp @@ -20,7 +20,7 @@ class nodo::base::plug { } # Munin configuration - munin_node { "${::hostname}": + nodo::subsystem::monitor::munin { "${::hostname}": port => '4900', } } |