]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit
Snapshot
authorDavid Schmitt <david.schmitt@puppet.com>
Fri, 22 Sep 2017 19:38:52 +0000 (20:38 +0100)
committerDavid Schmitt <david.schmitt@puppet.com>
Fri, 22 Sep 2017 19:38:52 +0000 (20:38 +0100)
commit6d340fce7ec676ab98060a9677a2a46928cea9ca
treedb54159cfd452faff83ff87ca0f9bdda841cc33f
parent000f33b2d90925fb58127597bececca383cd61c0
Snapshot

* Start converting acceptance tests to beaker-testmode_switcher
* Rename :id to :name attribute to match behaviour expected by puppet
* Update create() method to work in the common cases
* Update temp_key_file to be nicer, removed previous command usage
* Fix doc strings
* start using fedora gpg key for testing, to avoid collisions with existing keys on SUT
* start using puppetlabs_spec_helper fixtures to remove the key CLOBs from the test source
* start `puppet resource` testing
* apply rubocop autofixes
Gemfile
lib/puppet/provider/apt_key2/apt_key2.rb
lib/puppet/type/apt_key2.rb
spec/acceptance/apt_key_provider_spec.rb
spec/fixtures/acceptance/apt_key_provider/fedora.txt [new file with mode: 0644]
spec/fixtures/acceptance/apt_key_provider/puppetlabs.gpg [new file with mode: 0644]
spec/fixtures/acceptance/apt_key_provider/puppetlabs_multiple.gpg [new file with mode: 0644]
spec/spec_helper_acceptance.rb
spec/unit/puppet/provider/apt_key2/apt_key2_spec.rb