summaryrefslogtreecommitdiff
path: root/doc/haskell_newbie.mdwn
diff options
context:
space:
mode:
authorJoey Hess2015-02-12 12:40:52 -0400
committerJoey Hess2015-02-12 12:40:52 -0400
commit514bc70c393d3bc55fa1f6b56cecf131da3607eb (patch)
treeed3edee0a115de04293c9412291fd8be146b807e /doc/haskell_newbie.mdwn
parent5c38eca6c2393da43bd99a07f4acb514cf5ec70f (diff)
update for cron change
Diffstat (limited to 'doc/haskell_newbie.mdwn')
-rw-r--r--doc/haskell_newbie.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn
index f1a81e40..e62ffea0 100644
--- a/doc/haskell_newbie.mdwn
+++ b/doc/haskell_newbie.mdwn
@@ -66,7 +66,7 @@ Some other properties you may find in your config.hs, or want to add:
& Apt.unattendedUpgrades
& User.hasSomePassword "root"
& "/etc/default/foodaemon" `File.containsLine` "ENABLED=yes"
- & Cron.runPropellor "30 * * * *"
+ & Cron.runPropellor (Cron.Times "30 * * * *")
"""]]
Some of these properties can be reverted -- this makes Propellor undo whatever