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.
…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 to644
; however, certain users will need to set this according to their own specifications. This change adds a new property to thesplunk_app
resource that operates much the same way thefiles_mode
property works in theremote_directory
resource.Check List