Merge branch 'joeyconfig'

This commit is contained in:
Joey Hess 2014-04-19 19:18:54 -04:00
commit 392386ee3a
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 * * * *"
"""]]