summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-20 22:52:18 -0400
committerJoey Hess2014-04-20 22:52:18 -0400
commita80baa86d252e9bfff6fc1963ddadc1da07dad51 (patch)
tree01bf44e72b869010f9f262b14ba2515e0a3ea149 /config-joey.hs
parentf12f7660d1a2b01e55cfe8171f83bdfa7e74421e (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs8
1 files changed, 3 insertions, 5 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 88247a1c..0ddf30f2 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"