X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/6ae327f88a6be8efd02cfe4b713444f9f3ac2672..refs/tags/release_20140428:/configDefault/bind.cfg diff --git a/configDefault/bind.cfg b/configDefault/bind.cfg index 5526042..dba3f0b 100644 --- a/configDefault/bind.cfg +++ b/configDefault/bind.cfg @@ -1,12 +1,12 @@ structure Bind :> BIND_CONFIG = struct -val defaultTTL = 172800 +val zonePath = ConfigCore.localRoot ^ "/zones" +val zonePath_real = "/etc/bind/zones" -val zonePath = "/home/adamc/fake" +val serialDir = ConfigCore.sharedRoot ^ "/serials" -val namedConf = "/home/adamc/fake/named.conf" +val namedConf = ConfigCore.localRoot ^ "/named.conf.local" -val reload = "echo \"I would reload bind now.\"" -(*"/etc/init.d/bind9 reload"*) +val reload = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-publish bind" end