Merge branch 'main' of ssh://platform.sunet.se:22022/SUNET/net-ops

This commit is contained in:
Rasmus Thorslund 2024-10-16 13:41:10 +02:00
commit ff05fb00c0
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

@ -129,6 +129,8 @@ def main():
modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*" modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
if host_info["fqdn"] == "lb-sthb-test-1.sunet.se": if host_info["fqdn"] == "lb-sthb-test-1.sunet.se":
modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*" modules["sunet"]["tag"] = "thorslund_ubuntu24_lb*"
if host_info["fqdn"] == "monitornetops-sto1-prod-1.sunet.se":
modules["sunet"]["tag"] = "pahol-puppet8-compatibility-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)