aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-18 14:15:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-18 14:15:29 -0300
commitf3494c7e0052f78a3e18c18f651b92a26473447f (patch)
treecba089d94f2c3b9bdfd9cf48c5d4aca7e96397d2
parent767e51ef0627c3a6f756efd56a9892de75faf357 (diff)
downloadpuppet-nodo-f3494c7e0052f78a3e18c18f651b92a26473447f.tar.gz
puppet-nodo-f3494c7e0052f78a3e18c18f651b92a26473447f.tar.bz2
Replace ::site_bind by bind::named on nodo::role::dns
-rw-r--r--manifests/role/dns.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp
index 6fb5796..d18ec81 100644
--- a/manifests/role/dns.pp
+++ b/manifests/role/dns.pp
@@ -1,6 +1,4 @@
class nodo::role::dns inherits nodo::base::virtual {
include bind
-
- # Put your custom DNS config in this class
- require ::site_bind
+ include bind::named
}