From cc16366ff2998866fa3b222114cb989985b48359 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 21:01:18 -0400 Subject: propellor spin --- Propellor.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Propellor.hs') 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 -- cgit v1.3-2-g0d8e