diff options
-rwxr-xr-x | deployment/dns/templates/mageia.org.zone | 2 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index fc1b90ef..6a56f830 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. ( - 2018101801 ; Serial + 2018101802 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index e44dd2b7..b8d37218 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -53,7 +53,7 @@ $nodes_ipaddr = { ipv4 => '192.168.122.131', }, scwx86 => { - ipv6 => '2001:bc8:4400:2800::4623', + ipv6 => '2001:bc8:4400:2000::353b', }, scwaarch64 => { ipv6 => '2001:bc8:4400:2700::245d', |