aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/dns.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-11 20:22:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-11 20:22:34 -0300
commit155c43c53ef8cb71e2b9567aa58ec1666a754b4a (patch)
tree139051576f2756ea7e5949b199a225af46e1748f /manifests/role/dns.pp
parent29e0f20bf8489d4a3c338b6b9f18c73464f07fad (diff)
parentcf675edc9ea5a34f22d64f0e3d2a57487b0d0d54 (diff)
downloadpuppet-nodo-155c43c53ef8cb71e2b9567aa58ec1666a754b4a.tar.gz
puppet-nodo-155c43c53ef8cb71e2b9567aa58ec1666a754b4a.tar.bz2
Merge branch 'master' into develop
Diffstat (limited to 'manifests/role/dns.pp')
-rw-r--r--manifests/role/dns.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp
index 6adaf2e..10aabb6 100644
--- a/manifests/role/dns.pp
+++ b/manifests/role/dns.pp
@@ -1,6 +1,8 @@
class nodo::role::dns inherits nodo::base::vserver {
include bind
- require ::dns
+
+ # Put your custom DNS config in this class
+ require ::site_bind
#munin::plugin { 'named':
# ensure => present,