aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/nas.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-05 18:49:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-05 18:49:36 -0300
commite48f6804d5031f882d34d3a3ec24caaae60b6145 (patch)
treea4eea793fa45d8a39f344c0f8636e893826353a6 /manifests/role/nas.pp
parent4ac9cc3ee59315d976e5dac47bf5efa251a1fd9a (diff)
downloadpuppet-nodo-e48f6804d5031f882d34d3a3ec24caaae60b6145.tar.gz
puppet-nodo-e48f6804d5031f882d34d3a3ec24caaae60b6145.tar.bz2
Use hiera for mumble config
Diffstat (limited to 'manifests/role/nas.pp')
-rw-r--r--manifests/role/nas.pp2
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