propellor spin
This commit is contained in:
parent
f3f2af29f2
commit
4b899747c8
|
@ -41,7 +41,7 @@ host hostname@"clam.kitenet.net" = Just
|
||||||
, JoeySites.oldUseNetshellBox
|
, JoeySites.oldUseNetshellBox
|
||||||
, Docker.configured
|
, Docker.configured
|
||||||
, File.dirExists "/var/www"
|
, File.dirExists "/var/www"
|
||||||
, Docker.docked container hostname "webserver"
|
--, Docker.docked container hostname "webserver"
|
||||||
, Docker.garbageCollected
|
, Docker.garbageCollected
|
||||||
, Apt.installed ["git-annex", "mtr"]
|
, Apt.installed ["git-annex", "mtr"]
|
||||||
-- Should come last as it reboots.
|
-- Should come last as it reboots.
|
||||||
|
@ -52,6 +52,7 @@ host hostname@"orca.kitenet.net" = Just
|
||||||
, Apt.unattendedUpgrades True
|
, Apt.unattendedUpgrades True
|
||||||
, Docker.configured
|
, Docker.configured
|
||||||
, Docker.docked container hostname "git-annex-amd64-builder"
|
, Docker.docked container hostname "git-annex-amd64-builder"
|
||||||
|
, Docker.garbageCollected
|
||||||
]
|
]
|
||||||
-- add more hosts here...
|
-- add more hosts here...
|
||||||
--host "foo.example.com" =
|
--host "foo.example.com" =
|
||||||
|
|
Loading…
Reference in New Issue