Looks good to me +1
On Wed, Aug 24, 2022 at 11:02 AM Patrick マルタインアンドレアス Uiterwijk <puiterwijk@xxxxxxxxxxxxxxxxx> wrote:
Hi all,
Could I get +1s for the following Ansible patch?
This adds the domain distro.builders (used for tiny.distro.builders for the Fedora Minimization Content Resolver) to the nameserver zones configuration.
This domain is being transferred to Red Hat/Fedora control.
Thanks in advance,
Patrick
Patch:
commit 3f79919102a8259fcf8f65d488231fc4aa680614 (HEAD -> add_distro_builder)
Author: Patrick Uiterwijk <patrick@xxxxxxxxxxxxxx>
Date: Wed Aug 24 10:01:49 2022 +0200
Add distro.builders zone to zones.conf
Signed-off-by: Patrick Uiterwijk <patrick@xxxxxxxxxxxxxx>
diff --git a/roles/dns/files/zones.conf b/roles/dns/files/zones.conf
index 3119c5b074..c87df89836 100644
--- a/roles/dns/files/zones.conf
+++ b/roles/dns/files/zones.conf
@@ -152,6 +152,11 @@ zone "192-255.169.211.140.in-addr.arpa" {
file "/var/named/master/built/192-255.169.211.140.in-addr.arpa";
};
+zone "distro.builders" {
+ type master;
+ file "/var/named/master/built/distro.builders";
+};
+
zone "epel.io" {
type master;
file "/var/named/master/built/epel.io";
_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue