]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit - manifests/key.pp
apt::key: Redo apt::key, make it use apt_key.
authorDaniele Sluijters <github@daenney.net>
Thu, 20 Feb 2014 15:18:37 +0000 (16:18 +0100)
committerDaniele Sluijters <github@daenney.net>
Tue, 4 Mar 2014 15:39:58 +0000 (16:39 +0100)
commit57903418909c3c3344a4c4fa41c054e954451227
tree064b15a2ced2f5e2f81993925d9d82c25b9bb294
parentfd3e07e58fadc6efb25d524168575c39de0c5590
apt::key: Redo apt::key, make it use apt_key.

Introducing a totally rewritten and tested apt::key. This commit also
patches the spec's of apt::source because it was passing in data that
is no longer allowed by the new validation rules in apt::key.

It does its best to not touch any other specs and where we touch them
only minimally to ensure that we're not introducing breaking changes.
manifests/key.pp
manifests/source.pp
spec/defines/key_spec.rb
spec/defines/source_spec.rb