Skip to content

Commit dbd06d6

Browse files
authored
Merge pull request #1034 from smortex/fix-systemd-service-permissions
Explicitely set systemd service permission
2 parents e2d5c86 + bdd6ca3 commit dbd06d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/service/systemd.pp

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
ensure => 'file',
180180
owner => 'root',
181181
group => 'root',
182+
mode => '0644',
182183
before => Service["elasticsearch-instance-${name}"],
183184
notify => $notify_service,
184185
}

0 commit comments

Comments
 (0)