Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Match the ensure value of the manifest
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
commit cb14e5d70cfca2539a8bf458228d7955db96a153
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