aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-09-07 12:03:21 +0000
committerPascal Terjan <pterjan@mageia.org>2020-09-07 12:03:21 +0000
commit5c81d6ada863236f280161e4161d1d2a0ab1fb89 (patch)
treebf1e75722361c220957919abcc656fca0c9e79ff
parent06e78d5ea0081ee10219d450b35a0fb075660c65 (diff)
downloadpuppet-5c81d6ada863236f280161e4161d1d2a0ab1fb89.tar
puppet-5c81d6ada863236f280161e4161d1d2a0ab1fb89.tar.gz
puppet-5c81d6ada863236f280161e4161d1d2a0ab1fb89.tar.bz2
puppet-5c81d6ada863236f280161e4161d1d2a0ab1fb89.tar.xz
puppet-5c81d6ada863236f280161e4161d1d2a0ab1fb89.zip
Add back IPv6 to neru for now
Zone generation is broken without one as we use it for mageia.org and ns1.
-rw-r--r--deployment/dns/templates/mageia.org.zone2
-rw-r--r--manifests/nodes_ip.pp1
2 files changed, 2 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone
index 6edf8f64..91b1990c 100644
--- 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. (
- 2020090601 ; Serial
+ 2020090701 ; Serial
7200 ; Refresh
3600 ; Retry
86400 ; Expire
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp
index 08bc9f75..ce9ca0c7 100644
--- a/manifests/nodes_ip.pp
+++ b/manifests/nodes_ip.pp
@@ -3,6 +3,7 @@
$nodes_ipaddr = {
neru => {
ipv4 => '163.172.148.228',
+ ipv6 => '2001:bc8:4400:2000::531b',
},
ecosse => {
ipv4 => '212.85.158.148',