]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Replace ::site_bind by bind::named on nodo::role::dns
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 17:15:29 +0000 (14:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 17:15:29 +0000 (14:15 -0300)
manifests/role/dns.pp

index 6fb5796d57edf33379a287a48dee63fe8b8bc4f1..d18ec8131ce0106ce59cb59c66dd99d3e8c1856f 100644 (file)
@@ -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
 }