diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-07-03 13:14:10 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-07-03 13:14:10 +0300 |
commit | 9caca181689b7df9748cdd27c28d2644c3aee9e6 (patch) | |
tree | 672dd9a9e0c339ac077cffd4af5c9718a153552d /deployment/dns | |
parent | d4a253cf4e873f660ee36a708112746eb635f46b (diff) | |
download | puppet-9caca181689b7df9748cdd27c28d2644c3aee9e6.tar puppet-9caca181689b7df9748cdd27c28d2644c3aee9e6.tar.gz puppet-9caca181689b7df9748cdd27c28d2644c3aee9e6.tar.bz2 puppet-9caca181689b7df9748cdd27c28d2644c3aee9e6.tar.xz puppet-9caca181689b7df9748cdd27c28d2644c3aee9e6.zip |
set identity as ipv4 only for now until CatDap ipv6 issues are fixed
Diffstat (limited to 'deployment/dns')
-rwxr-xr-x | 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 0d354ea8..cda51417 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. ( - 2019070201 ; Serial + 2019070301 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire @@ -109,7 +109,7 @@ forum IN CNAME sucuk bugs IN CNAME sucuk check IN CNAME sucuk gitweb IN CNAME sucuk -identity IN CNAME sucuk +identity IN A <%= nodes['sucuk']['ipv4'] %> identity-trunk IN CNAME sucuk mirrors IN CNAME sucuk nav IN CNAME sucuk |