diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-19 13:02:59 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-19 13:02:59 +0000 |
commit | 27861b1559b86c162eae83fd4aa7b605580bb6b2 (patch) | |
tree | 26b88f09788807de9947d324e94758d7a386d5db /deployment | |
parent | ab25f36b163c98cebf737d916531cb495f674e22 (diff) | |
download | puppet-27861b1559b86c162eae83fd4aa7b605580bb6b2.tar puppet-27861b1559b86c162eae83fd4aa7b605580bb6b2.tar.gz puppet-27861b1559b86c162eae83fd4aa7b605580bb6b2.tar.bz2 puppet-27861b1559b86c162eae83fd4aa7b605580bb6b2.tar.xz puppet-27861b1559b86c162eae83fd4aa7b605580bb6b2.zip |
dns: move www to alamut
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 06b139dd..535aec92 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. ( - 2013051300 ; Serial + 2013051900 ; Serial 21600 ; Refresh 3600 ; Retry 2419200 ; Expire @@ -66,7 +66,7 @@ torrent IN A <%= nodes['alamut']['ipv4'] %> torrent IN AAAA <%= nodes['alamut']['ipv6'] %> ; aliases -www IN CNAME champagne +www IN CNAME alamut www-test IN CNAME champagne static IN CNAME champagne start IN CNAME champagne |