From 0245d741337a6d1ebf878b074fe8c34650466290 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 31 Aug 2016 15:58:18 -0400 Subject: propellor spin --- joeyconfig.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/joeyconfig.hs b/joeyconfig.hs index e504695c..91ce6348 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -31,6 +31,7 @@ import qualified Propellor.Property.Aiccu as Aiccu import qualified Propellor.Property.OS as OS import qualified Propellor.Property.HostingProvider.CloudAtCost as CloudAtCost import qualified Propellor.Property.HostingProvider.Linode as Linode +import qualified Propellor.Property.HostingProvider.DigitalOcean as DigitalOcean import qualified Propellor.Property.SiteSpecific.GitHome as GitHome import qualified Propellor.Property.SiteSpecific.GitAnnexBuilder as GitAnnexBuilder import qualified Propellor.Property.SiteSpecific.IABak as IABak @@ -459,6 +460,7 @@ k1 = host "k1.kitenet.net" $ props & ipv4 "139.59.17.168" & Hostname.sane & osDebian (Stable "jessie") X86_64 + & DigitalOcean.distroKernel & Cron.runPropellor (Cron.Times "30 * * * *") & Apt.stdSourcesList `onChange` Apt.upgrade & Apt.installed ["openssh-server"] -- cgit v1.2.3