X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/0d2ce07081a4aab6cb062ddb75ed040f542fc137..66d70ba27db23d3de71198ca25f99b5f7a8fe2d0:/configDefault/domtool.cfs diff --git a/configDefault/domtool.cfs b/configDefault/domtool.cfs index 7d9aecc..94b0076 100644 --- a/configDefault/domtool.cfs +++ b/configDefault/domtool.cfs @@ -1,3 +1,51 @@ -val configRoot : string +val libRoot : string +(* Basis library root directory *) + +val resultRoot : string (* Root directory for a directory hierarchy corresponding to domain structure, - * where each node contains files related to that domain's configuration. *) + * 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 *) +val nodeIps : (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