guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: hydra: dns: Fix entry for data.qa.


From: Christopher Baines
Subject: 01/03: hydra: dns: Fix entry for data.qa.
Date: Wed, 2 Mar 2022 14:13:57 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit ad73d164ad212c5063fa18e91ab25097addc96b9
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Mar 2 18:45:07 2022 +0000

    hydra: dns: Fix entry for data.qa.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Remove the v.
---
 hydra/modules/sysadmin/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 00b5823..e278ef6 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -114,7 +114,7 @@
   ("ci"       ""  "IN"  "A"      berlin-ip4)
   ("disarchive" ""  "IN"  "A"    berlin-ip4)
   ("data"     ""  "IN"  "A"      "78.47.68.4")
-  ("data.qa"  ""  "IN"  "A"      data.qa-ipv4)
+  ("data.qa"  ""  "IN"  "A"      data.qa-ip4)
   ("coordinator.bayfront"
               ""  "IN"  "A"      bayfront-ip4)
   ("coordinator.bayfront"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]