]> git.llucax.com Git - software/pymin.git/commitdiff
fix host FQDN
authorFede <fedux@linux-kt9u.site>
Sat, 6 Oct 2007 17:01:39 +0000 (14:01 -0300)
committerFede <fedux@linux-kt9u.site>
Sat, 6 Oct 2007 17:01:39 +0000 (14:01 -0300)
pymin/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