diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-20 22:42:20 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-20 22:42:20 -0400 |
| commit | 873a1231f300dde07132734c9cb1ba3c59d4777b (patch) | |
| tree | 643399433a98ffc1303cce18505b1449bae66ace | |
| parent | cf6182f95b921626c19b684c0e12935610392968 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config-joey.hs b/config-joey.hs index 752beb25..88247a1c 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -140,7 +140,7 @@ hosts = -- (o) ` CNAME $ AbsDomain "virgil.koldfront.dk") ] & alias "ns3.branchable.com" - & myDnsSecondary + & branchableSecondary & Apt.installed ["ntop"] @@ -259,11 +259,12 @@ myDnsSecondary = propertyList "dns secondary for all my domains" $ map toProp , Dns.secondaryFor wren hosts "joeyh.name" , Dns.secondaryFor wren hosts "ikiwiki.info" , Dns.secondary hosts "olduse.net" - , Dns.secondaryFor branchable hosts "branchable.com" ] where wren = ["wren.kitenet.net"] - branchable = ["branchable.com"] + +branchableSecondary :: RevertableProperty +branchableSecondary = Dns.secondaryFor ["branchable.com"] hosts "branchable.com" -- Currently using diatom (ns2) as primary with secondaries -- clam (ns9) and gandi. |
