sous-chefs / chef-splunk

Development repository for the chef-splunk cookbook
https://supermarket.chef.io/cookbooks/chef-splunk
Apache License 2.0
75 stars 122 forks source link

sets umask when executing the `execute[splunk enable boot-start]` #190

Closed haidangwa closed 4 years ago

haidangwa commented 4 years ago

Signed-off-by: Dang H. Nguyen dang.nguyen@disney.com

Description

The splunk enable boot-start command is failing systemd verification on some systems with restrictive system-wide umask, such as 077. This change sets the umask to 022 when running the command.

Issues Resolved

Check List