From b3856a70397f868fd88b92e7e95504f4f8eddf69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Thu, 14 Nov 2024 14:25:16 +0100 Subject: [PATCH] Bugfix. --- global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index ef28f82..78d2774 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -107,7 +107,7 @@ class soc::intelmq( content => 'soc/intelmq/api-config.json', } - file { 'api-session.sqlite': + file { '/etc/intelmq/api-session.sqlite': ensure => 'present', replace => 'no', owner => 'intelmq',