diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 63c6b2d..4de9c3e 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -124,6 +124,10 @@ def main(): if host_info["fqdn"] == "metrics-cd-test-1.sunet.se": 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 file_lines = create_file_content(modules)