aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/dns.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/dns.pp
parentab0e2abc505a3bf13280786ab8feab434e77d200 (diff)
downloadpuppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.gz
puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.bz2
Drop munin support
Diffstat (limited to 'manifests/role/dns.pp')
-rw-r--r--manifests/role/dns.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp
index 473e7a8..6fb5796 100644
--- a/manifests/role/dns.pp
+++ b/manifests/role/dns.pp
@@ -3,8 +3,4 @@ class nodo::role::dns inherits nodo::base::virtual {
# Put your custom DNS config in this class
require ::site_bind
-
- #munin::plugin { 'named':
- # ensure => present,
- #}
}