diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-03-17 10:34:17 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-03-17 10:34:17 +0100 |
commit | 8b813486c9210d7a5ac040f85cc27ed425f51029 (patch) | |
tree | 430d0f0b588e6ed0b6e2d24336ee23a5e7f2c671 /deployment | |
parent | f4c9c9c4d72630578b123b3bf97eaae259eaec01 (diff) | |
download | puppet-8b813486c9210d7a5ac040f85cc27ed425f51029.tar puppet-8b813486c9210d7a5ac040f85cc27ed425f51029.tar.gz puppet-8b813486c9210d7a5ac040f85cc27ed425f51029.tar.bz2 puppet-8b813486c9210d7a5ac040f85cc27ed425f51029.tar.xz puppet-8b813486c9210d7a5ac040f85cc27ed425f51029.zip |
Update madb IP
Diffstat (limited to 'deployment')
-rwxr-xr-x[-rw-r--r--] | deployment/dns/templates/mageia.org.zone | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 7fe56239..008e3b57 100644..100755 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -7,7 +7,7 @@ ; $Id$ $TTL 30m @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2016030101 ; Serial + 2017031701 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire @@ -58,7 +58,7 @@ ns1 IN A <%= nodes['krampouezh']['ipv4'] %> mageia.org. IN A <%= nodes['champagne']['ipv4'] %> www-zarb IN A 212.85.158.22 ; madb on mageia.madb.org -madb IN A 62.210.72.133 +madb IN A 163.172.201.211 ; since we have a subdomain, we cannot use a CNAME ml IN A <%= nodes['alamut']['ipv4'] %> |