Skip to content

Chef cookbook to install and configure APT unattended_upgrades

License

Notifications You must be signed in to change notification settings

mcary/unattended_upgrades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Configure APT to do unattended upgrades as security fixes are released.

Requirements

Ubuntu or maybe Debian.

Tested on:

  • Ubuntu 10.04 LTS with chef-client 10.14.2
  • Ubuntu 12.04 LTS wtih chef-client 10.14.2
  • Ubuntu 14.04 LTS with chef-client 11.12.2

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)
  • unattended_upgrades[:enable_upgrades] - enable or disable unattended upgrades (default true)

Usage

include_recipe "unattended_upgrades"

Contributing

https://github.com/mcary/unattended_upgrades

Testing

$ vagrant up $ver
$ vagrant ssh $ver -- sudo sh /vagrant/test.sh

Where $ver is 10.04, 12.04, or 14.04.

About

Chef cookbook to install and configure APT unattended_upgrades

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published