Closed haidangwa closed 4 years ago
execute[splunk enable boot-start]
default['splunk']['enable_boot_start_umask']
Signed-off-by: Dang H. Nguyen dang.nguyen@disney.com
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.
splunk enable boot-start
077
022
execute[splunk enable boot-start]
resourcedefault['splunk']['enable_boot_start_umask']
for umask setting applied toexecute[splunk enable boot-start]
(Default: 18)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 as077
. This change sets the umask to022
when running the command.Issues Resolved
Check List