merged into stable

This commit is contained in:
Johan Wassberg 2025-03-31 12:10:47 +02:00
parent 211ccd6dc2
commit 379cc5955d
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -125,10 +125,6 @@ def main():
modules["sunet"]["tag"] = "pahol-influx*" modules["sunet"]["tag"] = "pahol-influx*"
if host_info["fqdn"] == "pahol-test1.sunet.se": if host_info["fqdn"] == "pahol-test1.sunet.se":
modules["sunet"]["tag"] = "patlu-baas2-encryption*" modules["sunet"]["tag"] = "patlu-baas2-encryption*"
if host_info["fqdn"] == "lb-tug-test-1.sunet.se":
modules["sunet"]["tag"] = "jocar_lb_plus_ubuntu24-2*"
if host_info["fqdn"] == "lb-sthb-test-1.sunet.se":
modules["sunet"]["tag"] = "jocar_lb_plus_ubuntu24-2*"
# Build list of expected file content # Build list of expected file content
file_lines = create_file_content(modules) file_lines = create_file_content(modules)