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

adds property `files_mode` to the `splunk_app` resource that allows d… #157

Closed haidangwa closed 4 years ago

haidangwa commented 4 years ago

…ownstream recipes to set the mode for a template being managed by the resource.

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

Description

Deploying files with the splunk_app resource set the mode of the file to 644; however, certain users will need to set this according to their own specifications. This change adds a new property to the splunk_app resource that operates much the same way the files_mode property works in the remote_directory resource.

Check List