X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/095de39e1be653dcb6438d19c719bd7797e0772a..559e89e9adf62c5faeb0e78e6b9fb8fe107b8c72:/configDefault/domtool.cfs diff --git a/configDefault/domtool.cfs b/configDefault/domtool.cfs index 7d24e60..db536e3 100644 --- a/configDefault/domtool.cfs +++ b/configDefault/domtool.cfs @@ -1,7 +1,35 @@ -val configRoot : string -(* Root directory for a directory hierarchy corresponding to domain structure, - * where each node contains files related to that domain's configuration. *) +val libRoot : string +(* Basis library root directory *) 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 + +val dispatcher : string