From: Silvio Rhatto Date: Sat, 18 Jun 2016 17:15:29 +0000 (-0300) Subject: Replace ::site_bind by bind::named on nodo::role::dns X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f3494c7e0052f78a3e18c18f651b92a26473447f;p=puppet-nodo.git Replace ::site_bind by bind::named on nodo::role::dns --- 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 }