diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-07 00:38:24 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-07 00:38:24 +0300 |
commit | 276b63028af00e8b1c06e30eb0361b199a59321a (patch) | |
tree | 333683469304286a60ea682a5881ac89aad55f59 /deployment/dns/templates/mageia.org.zone | |
parent | e358b62c832397555ed2de23174285d4d75737cd (diff) | |
download | puppet-276b63028af00e8b1c06e30eb0361b199a59321a.tar puppet-276b63028af00e8b1c06e30eb0361b199a59321a.tar.gz puppet-276b63028af00e8b1c06e30eb0361b199a59321a.tar.bz2 puppet-276b63028af00e8b1c06e30eb0361b199a59321a.tar.xz puppet-276b63028af00e8b1c06e30eb0361b199a59321a.zip |
add madb.mageia.org pointing to mageia.madb.org ip
Diffstat (limited to 'deployment/dns/templates/mageia.org.zone')
-rw-r--r-- | deployment/dns/templates/mageia.org.zone | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index f4376886..39c1b13d 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. ( - 2013071500 ; Serial + 2015100700 ; Serial 21600 ; Refresh 3600 ; Retry 2419200 ; Expire @@ -57,6 +57,8 @@ ns1 IN A <%= nodes['krampouezh']['ipv4'] %> ; mageia.org set to IP of champagne : mageia.org. IN A <%= nodes['champagne']['ipv4'] %> www-zarb IN A 212.85.158.22 +; madb on mageia.madb.org +madb IN A 62.210.72.133 ; since we have a subdomain, we cannot use a CNAME ml IN A <%= nodes['alamut']['ipv4'] %> |