Skip to content

Commit

Permalink
Allow third parties to view files under supervisor directory logs (#100)
Browse files Browse the repository at this point in the history
At the moment users such as Logstash cannot view any supervisor created logs because they do not have execute permissions on the log directory supervisor creates.
  • Loading branch information
SusieMurphy authored and plathrop committed Oct 20, 2016
1 parent 8de7d95 commit d083250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/service.pp
Expand Up @@ -84,7 +84,7 @@
ensure => $dir_ensure,
owner => $user,
group => $group,
mode => '0750',
mode => '0755',
recurse => $dir_recurse,
force => $dir_force,
require => File['/var/log/supervisor'],
Expand Down

0 comments on commit d083250

Please sign in to comment.