Generate config into domtool work directory and copy later
[hcoop/domtool2.git] / configDefault / domtool.cfg
index ef7c620..986ab12 100644 (file)
@@ -19,16 +19,17 @@ val defaultRetry = 1800
 val defaultExpiry = 1209600
 val defaultMinimum = 3600
 
-val nodeIps = [("deleuze", "69.90.123.67"), ("mire", "69.90.123.68"), ("hopper", "69.90.123.74"), ("fritz", "69.90.123.75"), ("outpost", "74.115.254.28")]
+val nodeIps = [("deleuze", "69.90.123.67"), ("mire", "69.90.123.68"), ("hopper", "69.90.123.74"), ("fritz", "69.90.123.75"), ("outpost", "74.115.254.28"), ("navajos", "69.90.123.70")]
 val defaultNode = "deleuze"
 
 val masterNode = "deleuze"
 val slaveNodes = ["mire", "outpost"]
+(* THESE ARE THE DNS MASTER/SLAVE, NOT DOMTOOL NODES *)
 
 val dnsNodes_all = ["deleuze", "mire", "outpost"]
 val dnsNodes_admin = []
 
-val mailNodes_all = ["deleuze", "hopper"]
+val mailNodes_all = ["deleuze"]
 val mailNodes_admin = ["mire"]
 
 val aclFile = "/afs/hcoop.net/common/etc/domtool/acl"