Skip to content

Commit

Permalink
Merge pull request #511 from ekohl/database-permissions
Browse files Browse the repository at this point in the history
Set database permissions to 0750
  • Loading branch information
alexjfisher authored Nov 8, 2018
2 parents a71b841 + b33d373 commit dbbfb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@

file { $dbpath:
ensure => directory,
mode => '0755',
mode => '0750',
owner => $user,
group => $group,
selrange => 's0',
Expand Down

0 comments on commit dbbfb88

Please sign in to comment.