From f7dd464ed7784c51baa4a2b95717c1e88ba3996e Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Sun, 30 Mar 2025 08:39:16 +0200 Subject: [PATCH] l4lb: install conntrack Useful for veryfing what traffic is creating state. --- global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp b/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp index 49b7290..7b28cb4 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp @@ -17,6 +17,8 @@ class cdn::l4lb( include sunet::systemd_reload + package {'conntrack': ensure => installed } + package {'bird2': ensure => installed } file { '/opt/sunet-cdn':