Skip to content

Commit

Permalink
Match the ensure value of the manifest
Browse files Browse the repository at this point in the history
This was changed in 68d8c64 to fix
puppet lint issues, but as the test suite was not run it passed through.
  • Loading branch information
smortex committed Oct 9, 2023
1 parent b8a52bc commit cb14e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/classes/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
it 'contains file private.pk8' do
is_expected.to contain_file('/etc/puppetlabs/puppetdb/ssl/private.pk8')
.with(
ensure: 'present',
ensure: 'file',
owner: 'puppetdb',
group: 'puppetdb',
mode: '0600',
Expand Down

0 comments on commit cb14e5d

Please sign in to comment.