propellor spin

This commit is contained in:
Joey Hess 2014-04-01 23:26:26 -04:00
parent f3f2af29f2
commit 4b899747c8
Failed to extract signature
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ host hostname@"clam.kitenet.net" = Just
, JoeySites.oldUseNetshellBox
, Docker.configured
, File.dirExists "/var/www"
, Docker.docked container hostname "webserver"
--, Docker.docked container hostname "webserver"
, Docker.garbageCollected
, Apt.installed ["git-annex", "mtr"]
-- Should come last as it reboots.
@ -52,6 +52,7 @@ host hostname@"orca.kitenet.net" = Just
, Apt.unattendedUpgrades True
, Docker.configured
, Docker.docked container hostname "git-annex-amd64-builder"
, Docker.garbageCollected
]
-- add more hosts here...
--host "foo.example.com" =