From 514bc70c393d3bc55fa1f6b56cecf131da3607eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Feb 2015 12:40:52 -0400 Subject: update for cron change --- config-simple.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-simple.hs') diff --git a/config-simple.hs b/config-simple.hs index 95c2fe18..9900d6be 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -33,7 +33,7 @@ hosts = & File.dirExists "/var/www" & Docker.docked webserverContainer & Docker.garbageCollected `period` Daily - & Cron.runPropellor "30 * * * *" + & Cron.runPropellor (Cron.Times "30 * * * *") -- add more hosts here... --, host "foo.example.com" = ... -- cgit v1.3-2-g0d8e