From 66d7b40a15167701f0a6f0573b75c64fffbc31bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= <bjorklund@sunet.se>
Date: Tue, 19 Nov 2024 10:32:17 +0100
Subject: [PATCH] Typo.

---
 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 2c9c568..a0a900b 100644
--- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp
+++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp
@@ -167,7 +167,7 @@ class soc::intelmq(
     owner   => 'intelmq',
     group   => 'intelmq',
     mode    => '0444',
-    content => file('soc/intelmq/fody-sesson.config'),
+    content => file('soc/intelmq/fody-session.config'),
   }
 
   exec { 'Setup intelmq-api user':