summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2020-03-22 20:07:28 -0400
committerJoey Hess2020-03-22 20:07:28 -0400
commit1e643313bce9cf5353e72ef34e9fa94fa3eec92c (patch)
tree5b8bd27c62cd9b1778cb19ca0c096177efcf3d79 /joeyconfig.hs
parent35cfdb10f8aa81c76b221e2bdc9040c3e71db6b5 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index e8dc4954..33f0f8a2 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -566,14 +566,6 @@ standardContainer suite = propertyList "standard container" $ props
& Apt.unattendedUpgrades
& Apt.cacheCleaned
-myDnsSecondary :: Property (HasInfo + DebianLike)
-myDnsSecondary = propertyList "dns secondary for all my domains" $ props
- & Dns.secondary hosts "kitenet.net"
- & Dns.secondary hosts "joeyh.name"
- & Dns.secondary hosts "ikiwiki.info"
- & Dns.secondary hosts "olduse.net"
- & Dns.secondary hosts "quarantimer.app"
-
branchableSecondary :: RevertableProperty (HasInfo + DebianLike) DebianLike
branchableSecondary = Dns.secondaryFor ["branchable.com"] hosts "branchable.com"