]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
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)
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.


No differences found