diff options
Diffstat (limited to 'manifests/role/proxy.pp')
-rw-r--r-- | manifests/role/proxy.pp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index cf05c23..bca9bbf 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -1,20 +1,6 @@ class nodo::role::proxy inherits nodo::base::virtual { class { 'nginx': } - $munin = hiera('nodo::host::use_munin', false) - if $munin == true { - # Graph nginx - munin::plugin { [ 'nginx_request', 'nginx_status' ]: - ensure => present, - config => 'env.url http://localhost/nginx_status', - } - - # Needed by munin plugins - package { 'liblwp-useragent-determined-perl': - ensure => installed, - } - } - # TODO: Apt cacher: still buggy and needs hardening #package { 'apt-cacher-ng': # ensure => present, |