From db6d4214e550fc65cca41d0759647d4b9ee3ed62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Mon, 18 Nov 2024 13:34:08 +0100 Subject: [PATCH] Fixes for intelmq-api. --- global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 56c451a..9868091 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -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',