diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-20 15:40:58 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-20 15:40:58 -0400 |
| commit | 6a8dad6c501682c5d6eb29d1f99a55034570067b (patch) | |
| tree | 012f5b857602dc52941394a13518310715a91dbb | |
| parent | a4f94549bb3627bfb18624d8b813abf03f66e372 (diff) | |
I think that the spin.controller stuff works now
| -rw-r--r-- | config-joey.hs | 2 |
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 |
