hcoop: add testing server busted, allow admins to configure apache
[hcoop/domtool2.git] / configDefault / bind.cfg
index 1554dc3..dba3f0b 100644 (file)
@@ -1,13 +1,10 @@
 structure Bind :> BIND_CONFIG = struct
 
-val masterNode = "deleuze"
-val slaveNodes = ["outpost"]
-
-val defaultTTL = 3600
-
 val zonePath = ConfigCore.localRoot ^ "/zones"
 val zonePath_real = "/etc/bind/zones"
 
+val serialDir = ConfigCore.sharedRoot ^ "/serials"
+
 val namedConf = ConfigCore.localRoot ^ "/named.conf.local"
 
 val reload = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-publish bind"