This commit is contained in:
Johan Björklund 2024-11-14 14:20:01 +01:00
parent 596fced905
commit 0cbbda4135
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 2 additions and 1 deletions

View file

@ -30,3 +30,4 @@ test-sso-proxy1.cert.sunet.se:
intelmq-dev.cert.sunet.se:
soc::intelmq:
use_snakeoil: true

View file

@ -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