From 1d93f25449eb5c4bf13ea80256f583e6ca1843c6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Apr 2014 23:17:41 -0400 Subject: simplify --- simple-config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simple-config.hs') 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... -- cgit v1.2.3