summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-joey.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 17266ac9..7d0f3c05 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -27,7 +27,6 @@ import qualified Propellor.Property.Journald as Journald
import qualified Propellor.Property.Chroot as Chroot
import qualified Propellor.Property.Aiccu as Aiccu
import qualified Propellor.Property.OS as OS
-import qualified Propellor.Property.Spin as Spin
import qualified Propellor.Property.HostingProvider.CloudAtCost as CloudAtCost
import qualified Propellor.Property.HostingProvider.Linode as Linode
import qualified Propellor.Property.SiteSpecific.GitHome as GitHome
@@ -75,7 +74,6 @@ testvm = host "testvm.kitenet.net"
darkstar :: Host
darkstar = host "darkstar.kitenet.net"
& ipv6 "2001:4830:1600:187::2"
- & Spin.controllerFor clam
& Aiccu.hasConfig "T18376" "JHZ2-SIXXS"
& Apt.buildDep ["git-annex"] `period` Daily