From e48f6804d5031f882d34d3a3ec24caaae60b6145 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 5 Mar 2016 18:49:36 -0300 Subject: Use hiera for mumble config --- manifests/role/nas.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/role/nas.pp') 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 -- cgit v1.2.3