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.
2 parents 219520d + be302d9 commit 915e3dbCopy full SHA for 915e3db
manifests/apt.pp
@@ -16,7 +16,7 @@
16
location => $repo_base,
17
key => {
18
ensure => refreshed,
19
- id => '70B9890488208E315ED45208230D389D8AE45CE7',
+ id => 'FD80468D49B3B24C341741FC8CE0A76C497EA957',
20
source => $repo_gpgkey,
21
},
22
repos => 'main',
spec/classes/init_spec.rb
@@ -307,7 +307,7 @@
307
else
308
it {
309
is_expected.to contain_apt__source('cvmfs').with_key(
310
- { 'ensure' => 'refreshed', 'id' => '70B9890488208E315ED45208230D389D8AE45CE7', 'source' => 'http://example.org/key.gpg' }
+ { 'ensure' => 'refreshed', 'id' => 'FD80468D49B3B24C341741FC8CE0A76C497EA957', 'source' => 'http://example.org/key.gpg' }
311
)
312
}
313
end
0 commit comments