the new dns_update totally forgot to write the OpenDKIM tables

This commit is contained in:
Joshua Tauberer 2014-06-04 18:44:13 -04:00
parent 2f0d036504
commit 8ed15168c0
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ def do_dns_update(env):
# Write the main nsd.conf file.
write_nsd_conf(zonefiles)
# Write the OpenDKIM configuration tables.
write_opendkim_tables(zonefiles, env)
# Kick nsd.
os.system("service nsd restart")