diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 1934551..620e93f 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -126,11 +126,11 @@ 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"] = "mifr-monitor*" + modules["sunet"]["tag"] = "testing*" if "internal-sto4-test-k8sc" in host_info["fqdn"]: - modules["sunet"]["tag"] = "mifr-monitor*" + modules["sunet"]["tag"] = "testing*" if "internal-sto4-test-k8sw" in host_info["fqdn"]: - modules["sunet"]["tag"] = "mifr-monitor*" + modules["sunet"]["tag"] = "testing*" # 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":