Skip to content

Commit 8f2f1b1

Browse files
reversonbwitt
andauthored
Update puppet_config_spec.rb
Co-authored-by: Brian Witt <[email protected]>
1 parent 7350ba4 commit 8f2f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/puppet_config_spec.rb

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

166166
describe 'with custom hostprivkey set' do
167167
let :params do
168-
super().merge(hostprivkey: 'hostprivkey = $privatekeydir/$certname.pem { mode = 660 }')
168+
super().merge(hostprivkey: '$privatekeydir/$certname.pem { mode = 660 }')
169169
end
170170

171171
it { is_expected.to contain_puppet__config__main('hostprivkey').with_value('$privatekeydir/$certname.pem { mode = 660 }') }

0 commit comments

Comments
 (0)