hcoop: add minsky as admin web node
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 7 Jul 2018 23:30:23 +0000 (19:30 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 7 Jul 2018 23:30:23 +0000 (19:30 -0400)
Will be needed when mailman is moved to minsky.

configDefault/apache.cfg

index 6cd96b1..d6f8c7e 100644 (file)
@@ -14,9 +14,10 @@ val fixperms1 = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtoo
 
 val confDir = ConfigCore.localRoot ^ "/vhosts"
 
 
 val confDir = ConfigCore.localRoot ^ "/vhosts"
 
-val webNodes_admin = [("mccarthy", {version = APACHE_2, auth = NO_AUTH})]
 val webNodes_all = [("navajos", {version = APACHE_2, auth = MOD_WAKLOG}),
                    ("shelob",  {version = APACHE_2, auth = MOD_WAKLOG})]
 val webNodes_all = [("navajos", {version = APACHE_2, auth = MOD_WAKLOG}),
                    ("shelob",  {version = APACHE_2, auth = MOD_WAKLOG})]
+val webNodes_admin = [("mccarthy", {version = APACHE_2, auth = NO_AUTH}),
+                     ("minsky", {version = APACHE_2, auth = MOD_WAKLOG})]
 
 val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
                    "http://hcoop.net/pipermail"]
 
 val proxyTargets = ["http://hcoop.net/cgi-bin/mailman",
                    "http://hcoop.net/pipermail"]