Looks good to me +1

On Wed, Aug 24, 2022 at 11:02 AM Patrick マルタインアンドレアス Uiterwijk <
puiterw...@fedoraproject.org> 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 <patr...@puiterwijk.org>
> Date:   Wed Aug 24 10:01:49 2022 +0200
>
>     Add distro.builders zone to zones.conf
>
>     Signed-off-by: Patrick Uiterwijk <patr...@puiterwijk.org>
>
> 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@lists.fedoraproject.org
> To unsubscribe send an email to
> infrastructure-le...@lists.fedoraproject.org
> 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@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
_______________________________________________
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to