We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6b3e9 commit 240033dCopy full SHA for 240033d
1 file changed
spec/classes/repo_spec.rb
@@ -19,7 +19,7 @@
19
'location' => "http://repos.mesosphere.io/#{operatingsystem.downcase}",
20
'repos' => 'main',
21
'release' => "#{lsbdistcodename}",
22
- 'key' => '81026D0004C44CF7EF55ADF8DF7D54CBE56151BF',
+ 'key' => {'id'=>'81026D0004C44CF7EF55ADF8DF7D54CBE56151BF', 'server' => 'subkeys.pgp.net'},
23
'include_src' => false
24
)}
25
0 commit comments