summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simple-config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-config.hs b/simple-config.hs
index 5afbfca4..840bad02 100644
--- a/simple-config.hs
+++ b/simple-config.hs
@@ -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...