]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit
(#13125) Apt keys should be case insensitive
authorWilliam Van Hevelingen <blkperl@cat.pdx.edu>
Wed, 14 Mar 2012 22:36:33 +0000 (15:36 -0700)
committerWilliam Van Hevelingen <blkperl@cat.pdx.edu>
Thu, 15 Mar 2012 07:06:27 +0000 (00:06 -0700)
commit5148cbf5a67b56f3e8fe33a082180c16f1e635f9
tree2dcb9642679f0e2baf14b09cd81ecba481f895bb
parent3dd2d1f2270791cc50c8c9634fc0e2e1e19a74d3
(#13125) Apt keys should be case insensitive

Previously lowercase keys would be installed every
puppet run because apt-key list returns an uppercase
key. This commit makes the comparison case insensitive.
manifests/key.pp
spec/defines/key_spec.rb