Skip to content

Commit

Permalink
Merge pull request #1204 from ttousai/fix-homedir-perms
Browse files Browse the repository at this point in the history
(#1203) Fix lib directory and file permissions
  • Loading branch information
smortex authored Nov 8, 2023
2 parents ae40a0e + 4a4c739 commit bd5560a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
ensure => 'directory',
group => '0',
owner => 'root',
mode => '0755',
mode => '0644',
recurse => true;
}
if $elasticsearch::manage_datadir {
Expand Down

0 comments on commit bd5560a

Please sign in to comment.