]> git.siccegge.de Git - tools.git/commitdiff
rebuild actual zonefiles master
authorChristoph Egger <christoph@christoph-egger.org>
Thu, 18 Feb 2016 14:41:32 +0000 (15:41 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Thu, 18 Feb 2016 14:41:32 +0000 (15:41 +0100)
tls/addrecord

index 8d171c3dc12e17a619f45bc88f109aaa23b7d838..27328794705cb2c4045d4d94f6a21ade1df66030 100644 (file)
@@ -95,6 +95,9 @@ class Addrecord:
                 os.rename('%s/%s.m4.new' % (sort, self._host),
                           '%s/%s.m4' % (sort, self._host))
 
+            # forced-command is make -C ...
+            # rebuilds the actual zone file
+            subprocess.call(["ssh", "opendnssec@localhost"])
             fcntl.flock(lockfd, fcntl.LOCK_UN)