]> git.llucax.com Git - software/pymin.git/blobdiff - services/dns/templates/zoneX.zone
Move services outside the "static" pymin modules structure (refs #27).
[software/pymin.git] / services / dns / templates / zoneX.zone
index bd3aa02e3649b216d458b08f780462f9bb55df9e..60f4aef47d876e08d7da9190b159f0df34e9168e 100644 (file)
@@ -15,6 +15,6 @@ $TTL 1W
 % endfor
 
 % for host in hosts:
-${host.name}.  IN      A       ${host.ip}
+${host.name}   IN      A       ${host.ip}
 % endfor