hcoop: add testing server busted, allow admins to configure apache
[hcoop/domtool2.git] / configDefault / domtool.cfs
index 94b0076..aea7f33 100644 (file)
@@ -14,7 +14,8 @@ val tmpDir : string
 val domtool_publish : string
 
 (* Names of machines who will receive configuration *)
-val nodeIps : (string * string) list
+(* This should be a record type instead of a list *)
+val nodeIps : (string * string * string) list
 val dispatcherName : string
 
 val aclFile : string