diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2023-01-25 16:02:46 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2023-01-25 16:02:46 +0100 |
commit | d5d7140ffd3ae4dfa1ea529957a71e051e11ff90 (patch) | |
tree | 8719d8659f31f349dff43dd5b07c7a3ce7208ac4 /deployment/dns | |
parent | 6ad3c6501ed54487f896edd2c37abfce289971fa (diff) | |
download | puppet-d5d7140ffd3ae4dfa1ea529957a71e051e11ff90.tar puppet-d5d7140ffd3ae4dfa1ea529957a71e051e11ff90.tar.gz puppet-d5d7140ffd3ae4dfa1ea529957a71e051e11ff90.tar.bz2 puppet-d5d7140ffd3ae4dfa1ea529957a71e051e11ff90.tar.xz puppet-d5d7140ffd3ae4dfa1ea529957a71e051e11ff90.zip |
Fix typo in previous serial
Diffstat (limited to 'deployment/dns')
-rw-r--r-- | deployment/dns/templates/mageia.org.zone | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index fd4caaa2..17f7dbdc 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. ( - 20230112501 ; Serial + 2023012501 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire |