This commit is contained in:
Joey Hess 2014-04-02 23:17:41 -04:00
parent 6e325dbf8f
commit 1d93f25449
1 changed files with 1 additions and 1 deletions

View File

@ -31,8 +31,8 @@ host hostname@"mybox.example.com" = Just $ props
& Apt.installed ["ssh"]
& User.hasSomePassword "root"
& Network.ipv6to4
& File.dirExists "/var/www"
& Docker.docked container hostname "webserver"
`requires` File.dirExists "/var/www"
& Docker.garbageCollected
& Cron.runPropellor "30 * * * *"
-- add more hosts here...