From d632aaca5c1b6fa7fd427b7e01519da16f310243 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Tue, 22 Oct 2024 17:12:56 +0200 Subject: [PATCH] Update script to use new conf path --- .../etc/puppet/modules/cdn/files/l4lb/sunet-l4lb-namespace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/cdn/files/l4lb/sunet-l4lb-namespace b/global/overlay/etc/puppet/modules/cdn/files/l4lb/sunet-l4lb-namespace index 54a5651..3341838 100755 --- a/global/overlay/etc/puppet/modules/cdn/files/l4lb/sunet-l4lb-namespace +++ b/global/overlay/etc/puppet/modules/cdn/files/l4lb/sunet-l4lb-namespace @@ -124,7 +124,7 @@ def main() -> None: # } # } # } - with open("/etc/sunet-cdn-l4lb/netns.json", encoding="utf-8") as f: + with open("/opt/sunet-cdn/l4lb/conf/netns.json", encoding="utf-8") as f: netns_data = json.load(f) setup_namespaces(netns_data)