diff options
author | Dan Fandrich <danf@mageia.org> | 2024-10-30 20:31:16 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-10-30 20:32:25 -0700 |
commit | b314ae15dd107162f0d201b4a267229bbd4c697f (patch) | |
tree | 046000ddbf6512c136cba844db851e47b7cf8c02 /deployment | |
parent | 9f64213f456756c48791d88a73887491c097a141 (diff) | |
download | puppet-b314ae15dd107162f0d201b4a267229bbd4c697f.tar puppet-b314ae15dd107162f0d201b4a267229bbd4c697f.tar.gz puppet-b314ae15dd107162f0d201b4a267229bbd4c697f.tar.bz2 puppet-b314ae15dd107162f0d201b4a267229bbd4c697f.tar.xz puppet-b314ae15dd107162f0d201b4a267229bbd4c697f.zip |
Reduce the TTL of madb in preparation for it to be changed
Diffstat (limited to 'deployment')
-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 f2abdfe7..ce5d5202 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. ( - 2024101610 ; Serial + 2024103001 ; Serial 7200 ; Refresh 3600 ; Retry 3600000 ; Expire @@ -78,7 +78,7 @@ mageia.org. IN A <%= nodes['neru']['ipv4'] %> mageia.org. IN AAAA <%= nodes['neru']['ipv6'] %> ; madb on mageia.madb.org -madb IN A 163.172.201.211 +madb 300 IN A 163.172.201.211 ; since we have a subdomain, we cannot use a CNAME ml IN A <%= nodes['sucuk']['ipv4'] %> |