]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
make rietz an authoritative NS
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 13 Feb 2013 22:42:21 +0000 (23:42 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Wed, 13 Feb 2013 22:42:21 +0000 (23:42 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
manifests/site.pp
modules/named/templates/named.conf.options.erb

index b9382e2606f90e215466b0c42918bd5faffce49a..66236f4b135da63c0f63615480047dfd301d5fd2 100644 (file)
@@ -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
index a372fc96441e0425dca8d1672f42a6207bb3cfbb..8bc2f87d1065dcbf2df9439080e1f680a858a785 100644 (file)
@@ -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;