From fbfc69ab8315abafa21479c90d7f6679e9755e07 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Mar 2016 09:34:14 -0300 Subject: Drop munin support --- manifests/role/nas.pp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'manifests/role/nas.pp') diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index 9ac0693..29517df 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -1,9 +1,6 @@ class nodo::role::nas( $virtual = false, ) { - # Munin configuration - $munin = hiera('nodo::host::use_munin', false) - # Minimal utilities include nodo::utils::network::minimal @@ -81,12 +78,6 @@ class nodo::role::nas( class { 'nfs': server => true; } - - if $munin == true { - munin::plugin { [ 'nfsd4' ]: - ensure => present, - } - } } # @@ -190,12 +181,6 @@ class nodo::role::nas( default => undef, }, } - - if $munin == true { - munin::plugin { [ 'samba' ]: - ensure => present, - } - } } # -- cgit v1.2.3