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 6d3cbc2 commit 557748dCopy full SHA for 557748d
spec/classes/puppet_repo_puppetlabs_spec.rb
@@ -10,16 +10,20 @@
10
:lsbdistid => 'Ubuntu',
11
}
12
end
13
+ let(:key_hash) { {
14
+ 'id' => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
15
+ 'server' => 'pgp.mit.edu',
16
+ } }
17
it 'should contain puppetlabs apt repos' do
18
should contain_apt__source('puppetlabs').with(
19
:repos => 'main',
20
:location => 'http://apt.puppetlabs.com',
- :key => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30'
21
+ :key => key_hash,
22
)
23
should contain_apt__source('puppetlabs-deps').with(
24
:repos => 'dependencies',
25
26
27
28
29
0 commit comments