From: Martin Zobel-Helas Date: Wed, 13 Feb 2013 22:42:21 +0000 (+0100) Subject: make rietz an authoritative NS X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=b783bf06da0040034c506ec529a625ed074b1c01 make rietz an authoritative NS Signed-off-by: Martin Zobel-Helas --- diff --git a/manifests/site.pp b/manifests/site.pp index b9382e26..66236f4b 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -82,7 +82,7 @@ node default { include apache2 } - if $::hostname in [ravel,senfl,orff,draghi,diamond] { + if $::hostname in [ravel,senfl,orff,draghi,diamond,rietz] { include named::authoritative } elsif $::hostname in [geo1,geo2,geo3] { include named::geodns diff --git a/modules/named/templates/named.conf.options.erb b/modules/named/templates/named.conf.options.erb index a372fc96..8bc2f87d 100644 --- a/modules/named/templates/named.conf.options.erb +++ b/modules/named/templates/named.conf.options.erb @@ -43,7 +43,7 @@ options { dnssec-validation yes; <% end -%> -<% if %w{senfl ravel orff diamond}.include?(hostname) -%> +<% if %w{senfl ravel orff diamond rietz}.include?(hostname) -%> rate-limit { responses-per-second 25; window 5;