From: Peter Palfrader Date: Sat, 31 May 2014 07:04:53 +0000 (+0000) Subject: Remove secondary DNS from ravel X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3c5cd79c007e20060d4cf8b084669657f4e13cbc;p=mirror%2Fdsa-puppet.git Remove secondary DNS from ravel --- diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 2a5ec51d3..42fa22232 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -22,7 +22,6 @@ roles: dns_primary: - denis.debian.org dns_secondary: - - ravel.debian.org - senfl.debian.org - diamond.debian.org - orff.debian.org diff --git a/modules/named/templates/named.conf.puppet-shared-keys.erb b/modules/named/templates/named.conf.puppet-shared-keys.erb index be4f011da..054b2f322 100644 --- a/modules/named/templates/named.conf.puppet-shared-keys.erb +++ b/modules/named/templates/named.conf.puppet-shared-keys.erb @@ -6,7 +6,6 @@ <%= pairs = [ - [ 'denis.debian.org', 'ravel.debian.org' ], [ 'denis.debian.org', 'senfl.debian.org' ], [ 'denis.debian.org', 'diamond.debian.org' ], [ 'denis.debian.org', 'orff.debian.org' ],