ACLs
[hcoop/domtool2.git] / configDefault / domtool.cfs
index 90be237..e42271a 100644 (file)
@@ -9,6 +9,23 @@ 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