From 0cbbda4135644b3cc1c535b5c5a2d606c96999d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Thu, 14 Nov 2024 14:20:01 +0100 Subject: [PATCH] Bugfix. --- global/overlay/etc/puppet/cosmos-rules.yaml | 1 + global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index 9349499..40a4a65 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -30,3 +30,4 @@ test-sso-proxy1.cert.sunet.se: intelmq-dev.cert.sunet.se: soc::intelmq: + use_snakeoil: true diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 5d95e84..e7c0971 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -2,7 +2,7 @@ class soc::intelmq( Optional[String] $tls_cert = undef, Optional[String] $tls_chain = undef, Optional[String] $tls_key = undef, - String $servername = $::fact['networking.fqdn'], + String $servername = $facts['networking']['fqdn'], Boolean $use_snakeoil = false, ) { include sunet::systemd_reload