We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0189a43 commit 1354a1dCopy full SHA for 1354a1d
spec/classes/puppet_repo_puppetlabs_spec.rb
@@ -14,12 +14,12 @@
14
should contain_apt__source('puppetlabs').with(
15
:repos => 'main',
16
:location => 'http://apt.puppetlabs.com',
17
- :key => '4BD6EC30'
+ :key => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30'
18
)
19
should contain_apt__source('puppetlabs-deps').with(
20
:repos => 'dependencies',
21
22
23
24
end
25
0 commit comments