summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2015-04-22init: Turn size into a single value.Daniele Sluijters
The `size` hash could only ever have the `max` key so it makes more sense to have this as a plain value. This also upgrades the dependency on stdlib to 4.6.0 since we're using the new `validate_integer` function.
2015-04-22periodic: s/downlaod/downloadDaniele Sluijters
2015-04-22unattended_upgrades: Only set MailOnError if trueDaniele Sluijters
When MailOnError is not set it will mail for everything by default so it only makes sense to have that key if we want it set to true.
2015-04-22unattended_upgrades: Use the _mail hashDaniele Sluijters
2015-04-22unattended_upgrades: Remove spurious newlinesDaniele Sluijters
2015-04-22periodic: Add empty comment line for consistencyDaniele Sluijters
2015-04-22periodic: Uncomment debdelta config lineDaniele Sluijters
2015-04-15Fix to use the `mail` hash.Morgan Haskel
Testing unattended upgrades
2015-04-14Initial commit (this is not finished).Daniele Sluijters