summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 01:55:32 -0400
committerJoey Hess2014-04-19 01:57:53 -0400
commitf4c0df84eeccbf27c0a3937cbd2aabff0a2420bd (patch)
treef2cb719333ae1832fe3f5620ab36b9d3b053402f /config-joey.hs
parentf10c4d4aff6810a502cfc770013046e42efc33ef (diff)
secondaryFor
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 7fadd8bc..a1306121 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -246,15 +246,15 @@ cleanCloudAtCost = propertyList "cloudatcost cleanup"
myDnsSecondary :: Property
myDnsSecondary = propertyList "dns secondary for all my domains"
- [ Dns.secondary hosts "kitenet.net" master
- , Dns.secondary hosts "joeyh.name" master
- , Dns.secondary hosts "ikiwiki.info" master
- , Dns.secondary hosts "olduse.net" master
- , Dns.secondary hosts "branchable.com" branchablemaster
+ [ Dns.secondaryFor wren hosts "kitenet.net"
+ , Dns.secondaryFor wren hosts "joeyh.name"
+ , Dns.secondaryFor wren hosts "ikiwiki.info"
+ , Dns.secondary hosts "olduse.net"
+ , Dns.secondaryFor branchable hosts "branchable.com"
]
where
- master = "wren.kitenet.net"
- branchablemaster = "branchable.com"
+ wren = ["wren.kitenet.net"]
+ branchable = ["branchable.com"]
main :: IO ()
main = defaultMain hosts