Skip to content

Commit 9074993

Browse files
committed
Fixed import and list keys options
1 parent faacdf0 commit 9074993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/apt_keyring_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require 'spec_helper_acceptance'
44

5-
PUPPETLABS_KEYRING_CHECK_COMMAND = 'gpg --show-keys /etc/apt/keyrings/puppetlabs-keyring.gpg | grep -F -A 1 \'pub rsa4096 2019-04-08 [SC] [expires: 2025-04-06]\'' \
5+
PUPPETLABS_KEYRING_CHECK_COMMAND = 'gpg --import /etc/apt/keyrings/puppetlabs-keyring.gpg | gpg --list-keys | grep -F -A 1 \'pub rsa4096 2019-04-08 [SC] [expires: 2025-04-06]\'' \
66
'| grep \'D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26\''
77

88
describe 'apt::keyring' do

0 commit comments

Comments
 (0)