diff options
Diffstat (limited to 'manifests/role/nas.pp')
-rw-r--r-- | manifests/role/nas.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index 08b0ac7..9ac0693 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -2,7 +2,7 @@ class nodo::role::nas( $virtual = false, ) { # Munin configuration - $munin = hiera('nodo::host::use_munin', True) + $munin = hiera('nodo::host::use_munin', false) # Minimal utilities include nodo::utils::network::minimal |