From f3494c7e0052f78a3e18c18f651b92a26473447f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Jun 2016 14:15:29 -0300 Subject: Replace ::site_bind by bind::named on nodo::role::dns --- manifests/role/dns.pp | 4 +--- 1 file changed, 1 insertion(+), 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 } -- cgit v1.2.3