]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/dns/templates/zoneX.zone
Merge commit 'llucax/logging' into logging
[software/pymin.git] / pymin / services / dns / templates / zoneX.zone
index bd3aa02e3649b216d458b08f780462f9bb55df9e..60f4aef47d876e08d7da9190b159f0df34e9168e 100644 (file)
@@ -15,6 +15,6 @@ $TTL 1W
 % endfor
 
 % for host in hosts:
 % endfor
 
 % for host in hosts:
-${host.name}.  IN      A       ${host.ip}
+${host.name}   IN      A       ${host.ip}
 % endfor
 
 % endfor