From 699bccad8077d4a7ecbfae844ab2dc3554061d79 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 18 Jun 2014 23:53:52 +0000 Subject: [PATCH] missing spaces in nsd.conf (has no effect but looks proper) --- management/dns_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/dns_update.py b/management/dns_update.py index fc8ee5c2..5204f3e1 100755 --- a/management/dns_update.py +++ b/management/dns_update.py @@ -290,7 +290,7 @@ server: # Internet sees this machine on. Get those interface addresses # from `hostname -i` (which omits all localhost addresses). for ipaddr in shell("check_output", ["/bin/hostname", "-I"]).strip().split(" "): - nsdconf += "ip-address: %s\n" % ipaddr + nsdconf += " ip-address: %s\n" % ipaddr # Append the zones.