Add new moinmoin static files prefix to world readable files
[hcoop/domtool2.git] / configDefault / domtool.cfg
index 61ac39f..6819296 100644 (file)
@@ -19,17 +19,18 @@ val defaultRetry = 1800
 val defaultExpiry = 1209600
 val defaultMinimum = 3600
 
-val nodeIps = [("deleuze", "69.90.123.67"), ("mire", "69.90.123.68"), ("outpost", "89.16.166.179"), ("hopper", "69.90.123.74")]
+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", "hopper"]
+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_admin = ["mire", "outpost"]
+val mailNodes_all = ["deleuze"]
+val mailNodes_admin = ["mire"]
 
 val aclFile = "/afs/hcoop.net/common/etc/domtool/acl"
 
@@ -58,6 +59,6 @@ fun domtoolDir user =
       | _ => OS.Path.joinDirFile {dir = Posix.SysDB.Passwd.home (Posix.SysDB.getpwnam user),
                                  file = ".domtool"}
 
-val worldReadable = ["/usr/share/moin", "/usr/share/apache/icons"]
+val worldReadable = ["/usr/share/moin", "/usr/share/apache/icons", "/afs/hcoop.net/common/app/moin/installed"]
 
 val publish_reusers = "/usr/bin/sudo " ^ domtool_publish ^ " users"