fix perms of vuln_dashboard dir
This commit is contained in:
parent
dd614d7d51
commit
342f43b94f
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ class soc::vuln_dashboard(
|
|||
;
|
||||
$pocs_storage_dir:
|
||||
ensure => directory,
|
||||
mode => '0755',
|
||||
owner => 1000,
|
||||
;
|
||||
$app_config_file:
|
||||
ensure => file,
|
||||
|
|
Loading…
Add table
Reference in a new issue