aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/proxy.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-19 09:34:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-19 09:34:14 -0300
commitfbfc69ab8315abafa21479c90d7f6679e9755e07 (patch)
treea446fe236cd07bf6354ccc88068989efde39f91f /manifests/role/proxy.pp
parentab0e2abc505a3bf13280786ab8feab434e77d200 (diff)
downloadpuppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.gz
puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.bz2
Drop munin support
Diffstat (limited to 'manifests/role/proxy.pp')
-rw-r--r--manifests/role/proxy.pp14
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,