fix app config permissions

This commit is contained in:
Valerio Lomanto 2025-02-17 11:09:48 +01:00
parent 9836b6ee48
commit d326fb1b74
Signed by: verglasz
GPG key ID: 33263D8CFCFEC285

View file

@ -31,7 +31,7 @@ file {
; ;
$app_config_file: $app_config_file:
ensure => file, ensure => file,
mode => '0600', mode => '0644',
content => template('soc/vuln-dashboard/app-config.yaml.erb'), content => template('soc/vuln-dashboard/app-config.yaml.erb'),
; ;