module-puppetlabs-apt/spec
Daniele Sluijters 374101612c Add a type and provider to manage apt keys.
This commits introduces:
 * The apt_key type;
 * The apt_key provider;
 * Unit tests for the type;
 * Beaker/acceptance tests for the type/provider.

The idea behind apt_key is that apt::key will simply become a wrapper
that uses apt_key. Being a native type/provider apt_key is a lot less
error prone than the current exec behaviour of apt::key and adds a few
nice bonuses like inventory capabilities for mcollective users.
2014-02-18 22:51:08 +01:00
..
acceptance Add a type and provider to manage apt keys. 2014-02-18 22:51:08 +01:00
classes change include_class to contain_class in specs 2013-12-06 08:33:05 -08:00
defines apt::pin: Allow for packages to be an array. 2014-02-16 14:51:39 +01:00
unit/puppet/type Add a type and provider to manage apt keys. 2014-02-18 22:51:08 +01:00
spec_helper.rb Switch to the new puppetlabs_spec_helper gem 2012-05-31 15:32:03 -07:00
spec_helper_acceptance.rb Enforce dependency version in tests 2014-02-14 14:34:37 -08:00