diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-20 22:52:18 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-20 22:52:18 -0400 |
| commit | a80baa86d252e9bfff6fc1963ddadc1da07dad51 (patch) | |
| tree | 01bf44e72b869010f9f262b14ba2515e0a3ea149 | |
| parent | f12f7660d1a2b01e55cfe8171f83bdfa7e74421e (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 8 |
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" |
