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 7350ba4 commit 8f2f1b1Copy full SHA for 8f2f1b1
spec/classes/puppet_config_spec.rb
@@ -165,7 +165,7 @@
165
166
describe 'with custom hostprivkey set' do
167
let :params do
168
- super().merge(hostprivkey: 'hostprivkey = $privatekeydir/$certname.pem { mode = 660 }')
+ super().merge(hostprivkey: '$privatekeydir/$certname.pem { mode = 660 }')
169
end
170
171
it { is_expected.to contain_puppet__config__main('hostprivkey').with_value('$privatekeydir/$certname.pem { mode = 660 }') }
0 commit comments