This commit is contained in:
Johan Björklund 2024-12-06 13:21:20 +01:00
parent e44630d8c8
commit e1bf24753e
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -18,10 +18,10 @@ file {
'/opt/vuln-dashboard':
ensure => directory,
;
'${db_datadir}':
${db_datadir}:
ensure => directory,
;
'${pocs_storage_dir}':
${pocs_storage_dir}:
ensure => directory,
;
}