From 5f9be920d9478cf2ddb52a71aec4462eda4fd9e6 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Thu, 27 Mar 2025 08:42:29 +0100 Subject: [PATCH] Switch to my feature branch. --- global/overlay/etc/puppet/setup_cosmos_modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 4cfb3c1..6d2764a 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -130,7 +130,7 @@ def main(): # When/if we want we can do stuff to modules here if host_info: if host_info["fqdn"] == "internal-sto4-test-monitor-1.rut.sunet.se": - modules["sunet"]["tag"] = "testing*" + modules["sunet"]["tag"] = "mifr-naemon-fixes*" if "internal-sto4-test-k8sc" in host_info["fqdn"]: modules["sunet"]["tag"] = "testing*" if "internal-sto4-test-k8sw" in host_info["fqdn"]: