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 7f7fa48 commit ab8a333Copy full SHA for ab8a333
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: '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