From: Peter Palfrader Date: Fri, 25 Jun 2010 20:58:42 +0000 (+0200) Subject: Do dnssec on geo* X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8c75e410466c6a6360002891518cc446f1ccec55;p=mirror%2Fdsa-puppet.git Do dnssec on geo* --- diff --git a/modules/named/templates/named.conf.options.erb b/modules/named/templates/named.conf.options.erb index a2f309e27..b7eadf1bf 100644 --- a/modules/named/templates/named.conf.options.erb +++ b/modules/named/templates/named.conf.options.erb @@ -40,7 +40,7 @@ options { str -%> -<% if classes.include?('named::secondary') -%> +<% if classes.include?('named::secondary') or classes.include?('named::geodns') -%> dnssec-enable yes; dnssec-validation yes; <% end -%>