X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/559e89e9adf62c5faeb0e78e6b9fb8fe107b8c72..8ce7322d6a3bcce53f9a449968db08ac9679af92:/configDefault/domtool.cfg diff --git a/configDefault/domtool.cfg b/configDefault/domtool.cfg dissimilarity index 87% index 0246f2a..022eb1e 100644 --- a/configDefault/domtool.cfg +++ b/configDefault/domtool.cfg @@ -1,26 +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" - -val aclFile = "/home/adamc/fake/acl" - -val testUser = "adamc" - -val defaultDomain = "hcoop.net" - -val dispatcher = "localhost:1234" +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 = [("deleuze", "69.90.123.67"), ("hopper", "69.90.123.74"), ("fritz", "69.90.123.75"), ("navajos", "69.90.123.70"), ("bog", "69.90.123.72"), ("mccarthy", "69.90.123.73"), ("outpost", "151.236.216.192")] +val dispatcherName = "fritz" + +val dnsNodes_all = ["deleuze", "fritz", "outpost"] +val dnsNodes_admin = [] + +val mailNodes_all = ["deleuze"] +val mailNodes_admin = ["mccarthy"] + +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"