From b8093fae46602373b87acd556675a50e46b997c8 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 18 Oct 2016 01:21:21 +0000 Subject: [PATCH] and we had a .com also for mattdm --- playbooks/include/proxies-websites.yml | 1 + roles/dns/files/zones.conf | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 76d1caeb76..21cc10cd79 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -134,6 +134,7 @@ - www.getfedora.com - getfedora.com - fedoraplayground.org + - fedoraplayground.com - role: httpd/website name: admin.fedoraproject.org diff --git a/roles/dns/files/zones.conf b/roles/dns/files/zones.conf index c4afdd2da7..d04539aa66 100644 --- a/roles/dns/files/zones.conf +++ b/roles/dns/files/zones.conf @@ -332,11 +332,6 @@ zone "fedora.org" { file "/var/named/master/built/fedora.org"; }; -zone "fedoraplayground.org" { - type master; - file "/var/named/master/built/fedoraplayground.org"; -}; - zone "fedoraproject.community" { type master; file "/var/named/master/built/fedoraproject.community"; @@ -387,3 +382,12 @@ zone "mirrormanager.org" { file "/var/named/master/built/mirrormanager.org"; }; +zone "fedoraplayground.org" { + type master; + file "/var/named/master/built/fedoraplayground.org"; +}; + +zone "fedoraplayground.com" { + type master; + file "/var/named/master/built/fedoraplayground.com"; +};