X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/6ae327f88a6be8efd02cfe4b713444f9f3ac2672..47b18d2866e2d2a6533f23ab64c5c72a747065ff:/configDefault/domtool.cfg diff --git a/configDefault/domtool.cfg b/configDefault/domtool.cfg dissimilarity index 99% index 4ea0478..70d1fcd 100644 --- a/configDefault/domtool.cfg +++ b/configDefault/domtool.cfg @@ -1,15 +1,45 @@ -val libRoot = "/home/adamc/cvs/domtool2/lib" -val resultRoot = "/home/adamc/domtool" -val tmpDir = "/tmp" - -val cat = "/bin/cat" -val cp = "/bin/cp" -val diff = "/usr/bin/diff" -val rm = "/bin/rm" - -val defaultNs = "ns.hcoop.net" - -val defaultRefresh = 172800 -val defaultRetry = 900 -val defaultExpiry = 1209600 -val defaultMinimum = 3600 +open ConfigCore + +val libRoot = ConfigCore.sharedRoot ^ "/lib" +val resultRoot = ConfigCore.sharedRoot ^ "/nodes" +val tmpDir = "/tmp/domtool" +val oldResultRoot = ConfigCore.sharedRoot ^ "/nodes.old" + +val domtool_publish = ConfigCore.installPrefix ^ "/sbin/domtool-publish" + +val nodeIps = [("outpost", "151.236.216.192", "2a01:7e00::f03c:91ff:fe70:7c62"), ("gibran", "142.93.177.82", "2604:a880:800:c1::99:5001"), ("marsh", "45.55.52.66", "2604:a880:800:a1::13a3:f001"), ("minsky", "104.248.1.95", "2604:a880:800:c1::b1:5001"), ("shelob", "68.183.54.165", "2604:a880:800:c1::d:3001"), ("lovelace", "68.183.58.241", "2604:a880:800:c1::c2:7001"), ("busted", "64.225.6.23", "2604:a880:800:c1::1fe:7001")] +val dispatcherName = "gibran" + +val dnsNodes_all = ["outpost", "gibran"] +val dnsNodes_admin = [] + +val mailNodes_all = ["minsky"] +val mailNodes_admin = [ ] + +val aclFile = ConfigCore.sharedRoot ^ "/acl" + +val testUser = "test" + +val defaultDomain = "hcoop.net" + +val dispatcherPort = 1234 +val slavePort = 1235 +val queueSize = 5 + +val bufSize = 1024 + +val trustStore = ConfigCore.sharedRoot ^ "/TrustStore.pem" + +val certDir = ConfigCore.sharedRoot ^ "/certs" +val keyDir = ConfigCore.sharedRoot ^ "/keys" +val caDir = "/etc/domtool/ca" + +fun domtoolDir user = + case user of + "domtool" => ConfigCore.sharedRoot ^ "/.domtool" + | _ => OS.Path.joinDirFile {dir = Posix.SysDB.Passwd.home (Posix.SysDB.getpwnam user), + file = ".domtool"} + +val worldReadable = ["/usr/share/moin", "/usr/share/apache/icons", "/afs/hcoop.net/common/app/moin/installed"] + +val publish_reusers = ConfigCore.sudo ^ " " ^ domtool_publish ^ " users"