9
0
Fork 1

Fixes for intelmq-api.

This commit is contained in:
Johan Björklund 2024-11-18 13:34:08 +01:00
parent 38a6014df3
commit db6d4214e5
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -159,6 +159,13 @@ class soc::intelmq(
content => '',
}
file { '/opt/intelmq/etc/manager':
ensure => directory,
owner => 'www-data',
group => 'www-data',
mode => '0775',
}
service { 'intelmq-api.service':
ensure => running,
name => 'intelmq-api.service',