fix app config permissions
This commit is contained in:
parent
9836b6ee48
commit
d326fb1b74
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ file {
|
|||
;
|
||||
$app_config_file:
|
||||
ensure => file,
|
||||
mode => '0600',
|
||||
mode => '0644',
|
||||
content => template('soc/vuln-dashboard/app-config.yaml.erb'),
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue