diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-02 23:17:41 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-02 23:17:41 -0400 |
| commit | 1d93f25449eb5c4bf13ea80256f583e6ca1843c6 (patch) | |
| tree | 77838a5ed2c6340753728c1b8d09b01c610c8d79 /simple-config.hs | |
| parent | 6e325dbf8f67235e1466e8577229e37911646fcf (diff) | |
simplify
Diffstat (limited to 'simple-config.hs')
| -rw-r--r-- | simple-config.hs | 2 |
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... |
