add File example

This commit is contained in:
Joey Hess 2014-04-19 19:18:49 -04:00
parent 62a35be8b4
commit f33b8d0a3d
1 changed files with 1 additions and 0 deletions

View File

@ -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 * * * *"
"""]]