Initial domtool-config tool
[hcoop/domtool2.git] / configDefault / bind.cfg
1 structure Bind :> BIND_CONFIG = struct
2
3 val masterNode = "deleuze"
4 val slaveNodes = ["outpost"]
5
6 val defaultTTL = 3600
7
8 val zonePath = ConfigCore.localRoot ^ "/zones"
9 val zonePath_real = "/etc/bind/zones"
10
11 val namedConf = ConfigCore.localRoot ^ "/named.conf.local"
12
13 val reload = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-publish bind"
14
15 end