VMs don't get anything beyond major security updates by default. Many project owners would like to have their VMs get regular updates. How should that happen?
This task is done when recommended practices are recorded somewhere on wikitech
Questions:
- Is a cron process that runs nightly apt-get update && apt-get upgrade -y a good idea?
- Should there be a puppet role for this?
- Should VMs install updates by default (opt-out) or should regular updates be opt-in?