Skip to content

Commit

Permalink
Merge pull request #1034 from smortex/fix-systemd-service-permissions
Browse files Browse the repository at this point in the history
Explicitely set systemd service permission
  • Loading branch information
tylerjl authored May 29, 2019
2 parents e2d5c86 + bdd6ca3 commit dbd06d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/service/systemd.pp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
ensure => 'file',
owner => 'root',
group => 'root',
mode => '0644',
before => Service["elasticsearch-instance-${name}"],
notify => $notify_service,
}
Expand Down

0 comments on commit dbd06d6

Please sign in to comment.