aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/proxy.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/proxy.pp
parent4ac9cc3ee59315d976e5dac47bf5efa251a1fd9a (diff)
downloadpuppet-nodo-e48f6804d5031f882d34d3a3ec24caaae60b6145.tar.gz
puppet-nodo-e48f6804d5031f882d34d3a3ec24caaae60b6145.tar.bz2
Use hiera for mumble config
Diffstat (limited to 'manifests/role/proxy.pp')
-rw-r--r--manifests/role/proxy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp
index 2e3536f..cf05c23 100644
--- a/manifests/role/proxy.pp
+++ b/manifests/role/proxy.pp
@@ -1,7 +1,7 @@
class nodo::role::proxy inherits nodo::base::virtual {
class { 'nginx': }
- $munin = hiera('nodo::host::use_munin', True)
+ $munin = hiera('nodo::host::use_munin', false)
if $munin == true {
# Graph nginx
munin::plugin { [ 'nginx_request', 'nginx_status' ]: