switched to test branch for puppet sunet on lb-tug-test-1.sunet.se

This commit is contained in:
Rasmus Thorslund 2025-04-15 16:38:10 +02:00
parent 7ac1b387b4
commit d37f483e02
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

@ -124,6 +124,10 @@ def main():
if host_info["fqdn"] == "metrics-cd-test-1.sunet.se": if host_info["fqdn"] == "metrics-cd-test-1.sunet.se":
modules["sunet"]["tag"] = "pahol-influx*" modules["sunet"]["tag"] = "pahol-influx*"
if host_info:
if host_info["fqdn"] == "lb-tug-test-1.sunet.se":
modules["sunet"]["tag"] = "thorslund_nagios_zombie_proc_threshold*"
# Build list of expected file content # Build list of expected file content
file_lines = create_file_content(modules) file_lines = create_file_content(modules)