aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/nas.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/nas.pp
parentab0e2abc505a3bf13280786ab8feab434e77d200 (diff)
downloadpuppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.gz
puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.bz2
Drop munin support
Diffstat (limited to 'manifests/role/nas.pp')
-rw-r--r--manifests/role/nas.pp15
1 files changed, 0 insertions, 15 deletions
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,
- }
- }
}
#