diff options
Diffstat (limited to 'manifests/role/proxy.pp')
-rw-r--r-- | manifests/role/proxy.pp | 2 |
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' ]: |