diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 21:01:18 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 21:01:18 -0400 |
| commit | cc16366ff2998866fa3b222114cb989985b48359 (patch) | |
| tree | 93fae5039b1b723723a8bcea32aeed7821c1d956 /Propellor.hs | |
| parent | 409cb20373f65c784f1430322b5f28bc58d34943 (diff) | |
propellor spin
Diffstat (limited to 'Propellor.hs')
| -rw-r--r-- | Propellor.hs | 3 |
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 |
