diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-01-17 19:11:31 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-01-17 19:11:31 +0000 |
commit | 699e24b0da3830e18040d1e60eb82092183a861e (patch) | |
tree | c210e22d62f558590240baf74078aad393677105 /deployment/dns | |
parent | 6d2ad4ba635e49ec0ebfb9cbb2044725dfe63803 (diff) | |
download | puppet-699e24b0da3830e18040d1e60eb82092183a861e.tar puppet-699e24b0da3830e18040d1e60eb82092183a861e.tar.gz puppet-699e24b0da3830e18040d1e60eb82092183a861e.tar.bz2 puppet-699e24b0da3830e18040d1e60eb82092183a861e.tar.xz puppet-699e24b0da3830e18040d1e60eb82092183a861e.zip |
dns/mageia.org.zone: use nodes_ipaddr variable
To set mageia.org, ml and torrent hostnames.
Diffstat (limited to 'deployment/dns')
-rw-r--r-- | deployment/dns/templates/mageia.org.zone | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 415d8d0c..7221341c 100644 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -65,15 +65,15 @@ ns0 IN A <%= nodes['alamut']['ipv4'] %> ns1 IN A <%= nodes['krampouezh']['ipv4'] %> ; mageia.org set to IP of champagne : -mageia.org. IN A 217.70.188.116 +mageia.org. IN A <%= nodes['champagne']['ipv4'] %> www-zarb IN A 212.85.158.22 ; since we have a subdomain, we cannot use a CNAME -ml IN A 212.85.158.146 -ml IN AAAA 2a02:2178:2:7::2 +ml IN A <%= nodes['alamut']['ipv4'] %> +ml IN AAAA <%= nodes['alamut']['ipv6'] %> ; mga torrent server and tracker -torrent IN A 212.85.158.146 -torrent IN AAAA 2a02:2178:2:7::2 +torrent IN A <%= nodes['alamut']['ipv4'] %> +torrent IN AAAA <%= nodes['alamut']['ipv6'] %> ; aliases www IN CNAME champagne |