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)