domtool-adduser: use domtool-config to find ca
[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 serialDir = ConfigCore.sharedRoot ^ "/serials"
12
13 val namedConf = ConfigCore.localRoot ^ "/named.conf.local"
14
15 val reload = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-publish bind"
16
17 end