From f4c0df84eeccbf27c0a3937cbd2aabff0a2420bd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Apr 2014 01:55:32 -0400 Subject: secondaryFor --- config-joey.hs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config-joey.hs') 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 -- cgit v1.3-2-g0d8e