module-puppetlabs-apt/spec
WolverineFan e7fee16589 Fix apt_has_updates fact not parsing apt-check output correctly
The /usr/lib/update-notifier/apt-check script returns its output
to STDERR but a recent change to the script redirects STDERR to
/dev/null.  This will cause the array to always be empty.

Combined with that problem, while we were checking for the result
being nil, we never checked for an invalid array.  As a result,
the apt_has_updates was always true and the apt_updates and
apt_security_updates facts were trying to read from an empty array
and failing.
2015-01-16 17:45:55 -05:00
..
acceptance MODULES-1661 Fix issue with apt_key destroy, also added mutliple deletes 2015-01-13 17:40:18 -08:00
classes Add "oldstable" to the default update origins for wheezy 2014-10-24 12:50:43 +02:00
defines Allow full length GPG key fingerprints. 2015-01-10 00:45:57 -05:00
unit Fix apt_has_updates fact not parsing apt-check output correctly 2015-01-16 17:45:55 -05:00
spec.opts Sync files 2014-06-25 17:23:12 -07:00
spec_helper.rb Switch to the new puppetlabs_spec_helper gem 2012-05-31 15:32:03 -07:00
spec_helper_acceptance.rb Use puppet() instead of shell() to install module dependencies 2014-12-12 12:53:18 -08:00