Changes while getting the slave on outpost working
authorAdam Chlipala <adamc@hcoop.net>
Sat, 15 Mar 2008 16:37:25 +0000 (16:37 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sat, 15 Mar 2008 16:37:25 +0000 (16:37 +0000)
configDefault/domtool.cfg
scripts/domtool-publish

index a838db8..83accc7 100644 (file)
@@ -19,17 +19,17 @@ val defaultRetry = 1800
 val defaultExpiry = 1209600
 val defaultMinimum = 3600
 
-val nodeIps = [("deleuze", "69.90.123.67"), ("mire", "69.90.123.68")]
+val nodeIps = [("deleuze", "69.90.123.67"), ("mire", "69.90.123.68"), ("outpost", "89.16.166.179")]
 val defaultNode = "deleuze"
 
 val masterNode = "deleuze"
-val slaveNodes = ["mire"]
+val slaveNodes = ["mire", "outpost"]
 
-val dnsNodes_all = ["deleuze", "mire"]
+val dnsNodes_all = ["deleuze", "mire", "outpost"]
 val dnsNodes_admin = []
 
 val mailNodes_all = ["deleuze"]
-val mailNodes_admin = ["mire"]
+val mailNodes_admin = ["mire", "outpost"]
 
 val aclFile = "/afs/hcoop.net/common/etc/domtool/acl"
 
index 63c5312..9a7574d 100755 (executable)
@@ -42,7 +42,7 @@ case $1 in
                /bin/cp /var/domtool/named.conf.local /etc/bind/
                /bin/chown root:bind_config /etc/bind/named.conf.local
                /bin/chmod u=rw,g=rw,o=r /etc/bind/named.conf.local
-               /etc/init.d/bind9 reload
+               /etc/init.d/bind9 restart
        ;;
        exim)
                /bin/cp /var/domtool/aliases /etc/aliases.hosted