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 072b412 commit 63883a8Copy full SHA for 63883a8
spec/acceptance/apt_keyring_spec.rb
@@ -5,9 +5,9 @@
5
describe 'apt::keyring' do
6
context 'when using default values and source specified explicitly' do
7
keyring_pp = <<-MANIFEST
8
- apt::keyring { 'puppetlabs-keyring.gpg':
9
- source => 'https://apt.puppetlabs.com/keyring.gpg',
10
- }
+ apt::keyring { 'puppetlabs-keyring.gpg':
+ source => 'https://apt.puppetlabs.com/keyring.gpg',
+ }
11
MANIFEST
12
13
it 'applies idempotently' do
0 commit comments