diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-05 16:42:45 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-05 16:42:45 +0200 |
commit | 62b8ba4ab3044f01c54ce45c282ef4e1a21cc254 (patch) | |
tree | 65744c3b58c955ad4243e9e7025f3a713f3eea2e /deployment/dns | |
parent | 015cbefaa7876baf4378fc24400e3f4ea5d57b53 (diff) | |
download | puppet-62b8ba4ab3044f01c54ce45c282ef4e1a21cc254.tar puppet-62b8ba4ab3044f01c54ce45c282ef4e1a21cc254.tar.gz puppet-62b8ba4ab3044f01c54ce45c282ef4e1a21cc254.tar.bz2 puppet-62b8ba4ab3044f01c54ce45c282ef4e1a21cc254.tar.xz puppet-62b8ba4ab3044f01c54ce45c282ef4e1a21cc254.zip |
Move web www to sucuk
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 5d46b561..b7bfbf7b 100755 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -68,7 +68,6 @@ torrent IN A <%= nodes['alamut']['ipv4'] %> torrent IN AAAA <%= nodes['alamut']['ipv6'] %> ; aliases -www IN CNAME alamut www-test IN CNAME champagne static IN CNAME champagne start IN CNAME champagne @@ -116,8 +115,9 @@ forums IN CNAME alamut forum IN CNAME alamut treasurer IN CNAME alamut -bugs-dev IN CNAME sucuk +bugs-dev IN CNAME sucuk nav IN CNAME sucuk +www IN CNAME sucuk ; build nodes aliases jonund0 IN CNAME jonund |