summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-02 23:17:41 -0400
committerJoey Hess2014-04-02 23:17:41 -0400
commit1d93f25449eb5c4bf13ea80256f583e6ca1843c6 (patch)
tree77838a5ed2c6340753728c1b8d09b01c610c8d79
parent6e325dbf8f67235e1466e8577229e37911646fcf (diff)
simplify
-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...