summaryrefslogtreecommitdiff
path: root/Propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 21:01:18 -0400
committerJoey Hess2014-03-30 21:01:18 -0400
commitcc16366ff2998866fa3b222114cb989985b48359 (patch)
tree93fae5039b1b723723a8bcea32aeed7821c1d956 /Propellor.hs
parent409cb20373f65c784f1430322b5f28bc58d34943 (diff)
propellor spin
Diffstat (limited to 'Propellor.hs')
-rw-r--r--Propellor.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Propellor.hs b/Propellor.hs
index 6870ca56..8b9b6eef 100644
--- a/Propellor.hs
+++ b/Propellor.hs
@@ -8,6 +8,7 @@ import qualified Property.User as User
import qualified Property.Hostname as Hostname
import qualified Property.Reboot as Reboot
import qualified Property.Tor as Tor
+import qualified Property.Docker as Docker
import qualified Property.GitHome as GitHome
main :: IO ()
@@ -22,7 +23,9 @@ getProperties hostname@"clam.kitenet.net" =
, standardSystem Apt.Unstable
-- Clam is a tor bridge.
, Tor.isBridge
+ -- I play with docker on clam.
, Apt.installed ["docker.io"]
+ , Docker.configured
-- This is not an important system so I don't want to need to
-- manually upgrade it.
, Apt.unattendedUpgrades True