]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit
Convert apt::key to use anchors
authorReid Vandewiele <marut@cat.pdx.edu>
Wed, 7 Mar 2012 21:49:12 +0000 (13:49 -0800)
committerReid Vandewiele <marut@cat.pdx.edu>
Wed, 7 Mar 2012 22:20:34 +0000 (14:20 -0800)
commitb9607a440d39de5cb79f84ed39544284da5970f9
tree598a3ff1ca1634e2ed45e0e931d8ff25fa0f4c68
parent44fd06c4a47d8e75fa659fdcdabf20e912195496
Convert apt::key to use anchors

Previously, apt::key used a noop exec hack to do exactly what anchors were
intended to be used for. This commit removes the exec hack and achieves the
same end using Anchor resources from the puppetlabs/stdlib module.
manifests/key.pp
spec/defines/key_spec.rb