propellor spin

This commit is contained in:
Joey Hess 2014-04-10 11:03:47 -04:00
parent 222e2fe8a4
commit 6b0e6abef2
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ host hostname@"clam.kitenet.net" = Just $ withSystemd $ props
& JoeySites.oldUseNetshellBox
& Docker.docked container hostname "openid-provider"
`requires` Apt.installed ["ntp"]
& Docker.docked container hostname "ancient.kitenet.net"
& Docker.docked container hostname "ancient-kitenet"
& Docker.configured
& Docker.garbageCollected `period` Daily
-- Orca is the main git-annex build box.
@ -107,7 +107,7 @@ container _parenthost name
"openid.kitenet.net:8081"
]
| name == "ancient.kitenet.net" = Just $ standardContainer Stable "amd64"
| name == "ancient-kitenet" = Just $ standardContainer Stable "amd64"
[ Docker.publish "1994:80"
, Docker.inside $ props
& Apt.serviceInstalledRunning "apache2"