From a80baa86d252e9bfff6fc1963ddadc1da07dad51 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 20 Apr 2014 22:52:18 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index 88247a1..0ddf30f 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -255,13 +255,11 @@ cleanCloudAtCost = propertyList "cloudatcost cleanup" myDnsSecondary :: Property myDnsSecondary = propertyList "dns secondary for all my domains" $ map toProp - [ Dns.secondaryFor wren hosts "kitenet.net" - , Dns.secondaryFor wren hosts "joeyh.name" - , Dns.secondaryFor wren hosts "ikiwiki.info" + [ Dns.secondary hosts "kitenet.net" + , Dns.secondary hosts "joeyh.name" + , Dns.secondary hosts "ikiwiki.info" , Dns.secondary hosts "olduse.net" ] - where - wren = ["wren.kitenet.net"] branchableSecondary :: RevertableProperty branchableSecondary = Dns.secondaryFor ["branchable.com"] hosts "branchable.com"