From 6a8dad6c501682c5d6eb29d1f99a55034570067b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Oct 2015 15:40:58 -0400 Subject: I think that the spin.controller stuff works now --- config-joey.hs | 2 -- 1 file changed, 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 -- cgit v1.3-2-g0d8e