From: Fede Date: Sat, 6 Oct 2007 17:01:39 +0000 (-0300) Subject: fix host FQDN X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/87dd10ae8bf9b69c97c4ea6ff2f746321b41fc66 fix host FQDN --- diff --git a/pymin/services/dns/templates/zoneX.zone b/pymin/services/dns/templates/zoneX.zone index bd3aa02..60f4aef 100644 --- a/pymin/services/dns/templates/zoneX.zone +++ b/pymin/services/dns/templates/zoneX.zone @@ -15,6 +15,6 @@ $TTL 1W % endfor % for host in hosts: -${host.name}. IN A ${host.ip} +${host.name} IN A ${host.ip} % endfor