diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 7c04c039..15280194 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -242,9 +242,10 @@ def main(): if re.match(r'^log-test-', host_info["fqdn"]): modules["sunet"]["tag"] = "pahol-fix-rsyslog*" - if re.match(r'^log-qa-', host_info["fqdn"]): modules["sunet"]["tag"] = "pahol-fix-rsyslog*" + if re.match(r'^monitoreidas-prod-sto1-1.komreg.net', host_info["fqdn"]): + modules["sunet"]["tag"] = "pahol-naemon-acmed*" # Build list of expected file content file_lines = create_file_content(modules)