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 35c4736 commit 9f49af5Copy full SHA for 9f49af5
spec/acceptance/apt_keyring_spec.rb
@@ -4,11 +4,13 @@
4
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
- }
11
- MANIFEST
+ let (:keyring_pp) do
+ <<-MANIFEST
+ apt::keyring { 'puppetlabs-keyring.gpg':
+ source => 'https://apt.puppetlabs.com/keyring.gpg',
+ }
12
+ MANIFEST
13
+ end
14
15
it 'applies idempotently' do
16
retry_on_error_matching do
0 commit comments