X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/d189ec0eee8569e5811335e7fc93a921e14c2b1f..c23af4454e79f11677c808b3e05e9d14061f71b1:/configDefault/domtool.cfs diff --git a/configDefault/domtool.cfs b/configDefault/domtool.cfs index f8a2aec..aea7f33 100644 --- a/configDefault/domtool.cfs +++ b/configDefault/domtool.cfs @@ -5,3 +5,48 @@ val resultRoot : string (* Root directory for a directory hierarchy corresponding to domain structure, * where each node contains Domtool-generated result files for that domain. *) +val oldResultRoot : string +(* Save an old copy for differencing *) + +val tmpDir : string +(* Filesystem location for creating temporary directories *) + +val domtool_publish : string + +(* Names of machines who will receive configuration *) +(* This should be a record type instead of a list *) +val nodeIps : (string * string * string) list +val dispatcherName : string + +val aclFile : string +(* Place to serialize ACL information *) + +val testUser : string + +val defaultDomain : string + +val dispatcherPort : int +val slavePort : int +val queueSize : int + +val bufSize : int + +val trustStore : string + +val certDir : string +val keyDir : string +val caDir : string + +val dnsNodes_all : string list +val dnsNodes_admin : string list + +val mailNodes_all : string list +val mailNodes_admin : string list + +val domtoolDir : string -> string + +val worldReadable : string list + +val publish_reusers : string + +include CONFIG_CORE