diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 09:34:14 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 09:34:14 -0300 | 
| commit | fbfc69ab8315abafa21479c90d7f6679e9755e07 (patch) | |
| tree | a446fe236cd07bf6354ccc88068989efde39f91f /manifests/role/web.pp | |
| parent | ab0e2abc505a3bf13280786ab8feab434e77d200 (diff) | |
| download | puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.gz puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.bz2  | |
Drop munin support
Diffstat (limited to 'manifests/role/web.pp')
| -rw-r--r-- | manifests/role/web.pp | 18 | 
1 files changed, 0 insertions, 18 deletions
diff --git a/manifests/role/web.pp b/manifests/role/web.pp index 2d25c9c..f315418 100644 --- a/manifests/role/web.pp +++ b/manifests/role/web.pp @@ -5,24 +5,6 @@ class nodo::role::web inherits nodo::base::virtual {      include onion    } -  # Munin -  #$munin = hiera('nodo::munin_node::manage', True) -  #if $munin == true { -  #  munin::plugin { [ 'apache_accesses', 'apache_processes', 'apache_volume' ]: -  #    ensure => present, -  #  } -  # -  #  # Needed by munin mysql plugin -  #  package { 'libcache-cache-perl': -  #    ensure => present, -  #  } -  # -  #  munin::plugin { [ 'mysql_queries', 'mysql_slowqueries', 'mysql_bytes', 'mysql_threads' ]: -  #    ensure => present, -  #    config => "user root\nenv.mysqlopts --defaults-extra-file=/etc/mysql/debian.cnf", -  #  } -  #} -    # Classes for web nodes    include database    include websites  | 
