add facts showing available updates
authorDamien Churchill <damien.churchill@ukplc.net>
Thu, 26 Jun 2014 13:50:11 +0000 (14:50 +0100)
committerDamien Churchill <damoxc@gmail.com>
Fri, 27 Jun 2014 10:21:58 +0000 (11:21 +0100)
commit7eb9d00360916f51ed0bc3fa6d740d3e0e85ecc6
tree37a0c8a30cfba55af6d073f5e39302cde7ddeeb9
parent4929de0d4211bf4c0a43334b140eb72044c893f6
add facts showing available updates

Making use of the apt-check command from the 'update-notifier-common'
package (if available) display the number of available updates, number of
security updates as well as the update package names.
README.md
lib/facter/apt_package_updates.rb [new file with mode: 0644]
lib/facter/apt_security_updates.rb [new file with mode: 0644]
lib/facter/apt_updates.rb [new file with mode: 0644]
spec/unit/facter/apt_package_updates_spec.rb [new file with mode: 0644]
spec/unit/facter/apt_security_updates_spec.rb [new file with mode: 0644]
spec/unit/facter/apt_updates_spec.rb [new file with mode: 0644]