diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 01:55:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 01:57:53 -0400 |
| commit | f4c0df84eeccbf27c0a3937cbd2aabff0a2420bd (patch) | |
| tree | f2cb719333ae1832fe3f5620ab36b9d3b053402f /config-joey.hs | |
| parent | f10c4d4aff6810a502cfc770013046e42efc33ef (diff) | |
secondaryFor
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 14 |
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 |
