aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-01-17 18:39:00 +0000
committerNicolas Vigier <boklm@mageia.org>2013-01-17 18:39:00 +0000
commit9d5fc5312866a093a80cdc5c6eccef35f9a8673e (patch)
treefcb6df79e61678f77d28edc2b015f878595d1ffa
parentc0c7bab121a64de9d539618a788c80e875f4b161 (diff)
downloadpuppet-9d5fc5312866a093a80cdc5c6eccef35f9a8673e.tar
puppet-9d5fc5312866a093a80cdc5c6eccef35f9a8673e.tar.gz
puppet-9d5fc5312866a093a80cdc5c6eccef35f9a8673e.tar.bz2
puppet-9d5fc5312866a093a80cdc5c6eccef35f9a8673e.tar.xz
puppet-9d5fc5312866a093a80cdc5c6eccef35f9a8673e.zip
dns/mageia.org.zone: fix syntax
-rw-r--r--deployment/dns/templates/mageia.org.zone2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone
index cb2c3e29..e78704e5 100644
--- a/deployment/dns/templates/mageia.org.zone
+++ b/deployment/dns/templates/mageia.org.zone
@@ -75,7 +75,7 @@ arm1 IN A 10.42.0.51
arm2 IN A 10.42.0.52
; alamut
-ns0 IN A <%= nodes['alamut']['ipv4] %>
+ns0 IN A <%= nodes['alamut']['ipv4'] %>
; krampouezh
ns1 IN A <%= nodes['krampouezh']['ipv4'] %>