summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 19:18:49 -0400
committerJoey Hess2014-04-19 19:18:49 -0400
commitf33b8d0a3d015dc627e9c86769020748b3fe9306 (patch)
tree24d526838d845a16ac46c04b1b69ccc12dcc32ac
parent62a35be8b4c04aa18f3e35af91708ae8972793c1 (diff)
add File example
-rw-r--r--doc/haskell_newbie.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn
index 5867ccfa..15a63b91 100644
--- a/doc/haskell_newbie.mdwn
+++ b/doc/haskell_newbie.mdwn
@@ -63,6 +63,7 @@ Some other properties you may find in your config.hs, or want to add:
[[!format haskell """
& Apt.unattendedUpgrades
& User.hasSomePassword "root"
+ & "/etc/default/foodaemon" `File.containsLine` "ENABLED=yes"
& Cron.runPropellor "30 * * * *"
"""]]