diff options
Diffstat (limited to 'manifests/base/host.pp')
| -rw-r--r-- | manifests/base/host.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/base/host.pp b/manifests/base/host.pp index 799fe20..433364b 100644 --- a/manifests/base/host.pp +++ b/manifests/base/host.pp @@ -49,7 +49,7 @@ class nodo::base::host {    # Munin configuration    $munin = hiera('nodo::host::use_munin', True)    if $munin == true { -    munin_node { "$hostname": +    nodo::subsystem::monitor::munin { "$hostname":        port => '4900',      }    } | 
