Updated incorrect file.

This led to the file loading twice
This commit is contained in:
Ian Southam 2014-11-03 14:14:13 +01:00 committed by wilderrodrigues
parent e30da35879
commit ba4684d53d

View File

@ -95,7 +95,7 @@ class CsDnsMasq(object):
return
def configure_server(self):
self.updated = self.updated | CsHelper.addifmissing(CLOUD_CONF, "dhcp-hostsfile=/etc/dhcphosts.txt")
self.updated = self.updated | CsHelper.addifmissing(DNSMASQ_CONF, "dhcp-hostsfile=/etc/dhcphosts.txt")
#self.updated = self.updated | CsHelper.addifmissing(DNSMASQ_CONF, "dhcp-optsfile=%s:" % DHCP_OPTS)
for i in self.devinfo:
if not i['dnsmasq']: