This commit is contained in:
Johan Björklund 2024-12-06 13:22:06 +01:00
parent e1bf24753e
commit 59eb81c691
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,
;
}