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 owner / mode of the manifest
This was changed in 010bf13 to match
best practice, but as the test suite was not run it passed through.
  • Loading branch information
smortex committed Oct 9, 2023
commit 62550d84b0a1971398e180ae3f2bfb264ce4eed5
4 changes: 2 additions & 2 deletions spec/unit/classes/server/global_ini_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
is_expected.to contain_file('/etc/puppetlabs/puppetdb/conf.d/config.ini')
.with(
'ensure' => 'file',
'owner' => 'puppetdb',
'owner' => 'root',
'group' => 'puppetdb',
'mode' => '0600',
'mode' => '0640',
)
}
end
Expand Down