summaryrefslogtreecommitdiff
path: root/config-simple.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-02-12 12:41:08 -0400
committerJoey Hess <joeyh@joeyh.name>2015-02-12 12:41:08 -0400
commit7d4adb5348176574f1ed4b8e0859693024cc446a (patch)
tree2e7379eff2f3761d3f51cbf272ceda532459094f /config-simple.hs
parentf765a05f88a2a782139312dea3ad6a0a2c7934b0 (diff)
parent514bc70c393d3bc55fa1f6b56cecf131da3607eb (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'config-simple.hs')
-rw-r--r--config-simple.hs2
1 files changed, 1 insertions, 1 deletions
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" = ...