summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2016-08-31 15:58:18 -0400
committerJoey Hess2016-08-31 15:58:18 -0400
commit0245d741337a6d1ebf878b074fe8c34650466290 (patch)
tree7a6cf6b1e20c49e1c3afa9cefad8f229c087d211 /joeyconfig.hs
parent6f136985443159c7f95965dd3a2b35a317fc90ff (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 2 insertions, 0 deletions
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"]