X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/d189ec0eee8569e5811335e7fc93a921e14c2b1f..8a7c40fa29ff18a437fcf4ee3f248a7aeb41c19c:/configDefault/domtool.cfs diff --git a/configDefault/domtool.cfs b/configDefault/domtool.cfs index f8a2aec..1814dc4 100644 --- a/configDefault/domtool.cfs +++ b/configDefault/domtool.cfs @@ -5,3 +5,29 @@ 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 tmpDir : string +(* Filesystem location for creating temporary directories *) + +(* Paths to standard UNIX utilities *) +val cat : string +val cp : string +val diff : string +val rm : string + +(* DNS SOA parameter defaults *) +val defaultNs : string +val defaultRefresh : int +val defaultRetry : int +val defaultExpiry : int +val defaultMinimum : int + +(* Names of machines who will receive configuration *) +val nodeIps : (string * string) list +val defaultNode : string + +val aclFile : string +(* Place to serialize ACL information *) + +val testUser : string + +val defaultDomain : string