diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-18 14:15:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-18 14:15:29 -0300 |
commit | f3494c7e0052f78a3e18c18f651b92a26473447f (patch) | |
tree | cba089d94f2c3b9bdfd9cf48c5d4aca7e96397d2 /manifests/role | |
parent | 767e51ef0627c3a6f756efd56a9892de75faf357 (diff) | |
download | puppet-nodo-f3494c7e0052f78a3e18c18f651b92a26473447f.tar.gz puppet-nodo-f3494c7e0052f78a3e18c18f651b92a26473447f.tar.bz2 |
Replace ::site_bind by bind::named on nodo::role::dns
Diffstat (limited to 'manifests/role')
-rw-r--r-- | manifests/role/dns.pp | 4 |
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 } |