X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/2ed6d0e50d89234c3d63c3707e855c922bd49358..70a832f9b2eee3528174f76547f0788a2452514c:/configDefault/domtool.cfg diff --git a/configDefault/domtool.cfg b/configDefault/domtool.cfg dissimilarity index 91% index 306eee7..b57b6e2 100644 --- a/configDefault/domtool.cfg +++ b/configDefault/domtool.cfg @@ -1,18 +1,45 @@ -val libRoot = "/home/adamc/cvs/domtool2/lib" -val resultRoot = "/home/adamc/domtool" -val tmpDir = "/tmp/domtool" - -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 - -val nodeIps = [("this", "1.2.3.4")] -val defaultNode = "this" +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"), ("gibran", "142.93.177.82"), ("marsh", "45.55.52.66"), ("minsky", "104.248.1.95"), ("shelob", "68.183.54.165"), ("lovelace", "68.183.58.241")] +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"