From 5489eeeb7ae68cafeb46b722be4cc967352f2719 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Mon, 31 Mar 2025 17:29:35 +0200 Subject: [PATCH] Use correct output filename --- global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp b/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp index c666b2d..65b7bcf 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/l4lb.pp @@ -64,7 +64,7 @@ class cdn::l4lb( content => template('cdn/l4lb/netns-base.json.erb'), } - file { '/opt/sunet-cdn/l4lb/conf/nft-l4lb.conf.erb': + file { '/opt/sunet-cdn/l4lb/conf/nft-l4lb.conf': ensure => file, owner => 'root', group => 'root',