Skip to content

Commit 1354a1d

Browse files
committed
Updated the puppetlabs repo spec to test for the 40-character gpg key
1 parent 0189a43 commit 1354a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/puppet_repo_puppetlabs_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
should contain_apt__source('puppetlabs').with(
1515
:repos => 'main',
1616
:location => 'http://apt.puppetlabs.com',
17-
:key => '4BD6EC30'
17+
:key => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30'
1818
)
1919
should contain_apt__source('puppetlabs-deps').with(
2020
:repos => 'dependencies',
2121
:location => 'http://apt.puppetlabs.com',
22-
:key => '4BD6EC30'
22+
:key => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30'
2323
)
2424
end
2525
end

0 commit comments

Comments
 (0)