Skip to content

Commit bd5560a

Browse files
authored
Merge pull request #1204 from ttousai/fix-homedir-perms
(#1203) Fix lib directory and file permissions
2 parents ae40a0e + 4a4c739 commit bd5560a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
ensure => 'directory',
4444
group => '0',
4545
owner => 'root',
46-
mode => '0755',
46+
mode => '0644',
4747
recurse => true;
4848
}
4949
if $elasticsearch::manage_datadir {

0 commit comments

Comments
 (0)