From dc97984ca17646609755c7f42985540e22f394dd Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Tue, 23 Apr 2024 13:48:51 +0200 Subject: [PATCH] Use my branch of the monitor code. --- global/overlay/etc/puppet/setup_cosmos_modules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 5a24c62..8378506 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -124,9 +124,9 @@ def main(): } # When/if we want we can do stuff to modules here -# if host_info: -# if host_info["fqdn"] == "internal-tug-lab-ml-1.platform.sunet.se": -# modules["sunet"]["tag"] = "testing-2*" + if host_info: + if host_info["fqdn"] == "internal-sto4-test-monitor-1.rut.sunet.se": + modules["sunet"]["tag"] = "mifr-monitor*" # if host_info["fqdn"] == "internal-sto1-test-forgejo-2.platform.sunet.se": # modules["sunet"]["tag"] = "testing-2*" # if host_info["fqdn"] == "internal-sto3-test-monitor-1.platform.sunet.se":