From 873a1231f300dde07132734c9cb1ba3c59d4777b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 20 Apr 2014 22:42:20 -0400 Subject: propellor spin --- config-joey.hs | 7 ++++--- 1 file 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. -- cgit v1.2.3