From 8ce30fd240ddb39a6baf910f9d62d6e18018ecef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Thu, 14 Nov 2024 14:31:30 +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 01dac7d..d794031 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -104,7 +104,7 @@ class soc::intelmq( owner => 'intelmq', group => 'intelmq', mode => '0444', - content => file('soc/intelmq/api-config.json)', + content => file('soc/intelmq/api-config.json'), } file { '/etc/intelmq/api-session.sqlite':