cookbook 'unattended_upgrades', '= 0.1.1'
unattended_upgrades (8) Versions 0.1.1 Follow9
Installs/Configures APT unattended_upgrades
cookbook 'unattended_upgrades', '= 0.1.1', :supermarket
knife supermarket install unattended_upgrades
knife supermarket download unattended_upgrades
= DESCRIPTION:
Configure APT to do unattended upgrades as security fixes are released.
= REQUIREMENTS:
Ubuntu or maybe Debian.
Tested on Ubuntu 10.04 LTS.
= ATTRIBUTES:
The following node attributes are passed to the APT configuration template:
* unattended_upgrades[:upgrade_email] - email to receive notifications
* unattended_upgrades[:auto_reboot] - automatically reboot without confirmation if necessary (default false)
= USAGE:
include_recipe "unattended_upgrades"
= CONTRIBUTING:
https://github.com/mcary/unattended_upgrades
== Testing:
$ vagrant up
$ vagrant ssh -- sudo sh /vagrant/test.sh
Dependent cookbooks
This cookbook has no specified dependencies.