aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/dns.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-11 20:20:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-11 20:20:17 -0300
commit198654c3f8c8ea7daa6b7b97394ed37e483cb723 (patch)
tree7a59344770a57c623b901c2856210af24a24d752 /manifests/role/dns.pp
parentf51930f88f81d48f51479bcdebb919ab4de8def9 (diff)
downloadpuppet-nodo-198654c3f8c8ea7daa6b7b97394ed37e483cb723.tar.gz
puppet-nodo-198654c3f8c8ea7daa6b7b97394ed37e483cb723.tar.bz2
More site_ conventions
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,