From 8488ffbbbc597fbe3e77754467a94cbc6cfbaf43 Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Wed, 19 Mar 2025 17:14:56 +0100 Subject: [PATCH] Try running an old log-server on new rsyslog branch --- global/overlay/etc/puppet/setup_cosmos_modules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 6be77566..2e020af1 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -238,6 +238,9 @@ def main(): if re.match(r'^log-test-', host_info["fqdn"]): modules["sunet"]["tag"] = "pahol-fix-rsyslog*" + if re.match(r'^log-1.test.sveidas.se', host_info["fqdn"]): + modules["sunet"]["tag"] = "pahol-fix-rsyslog*" + qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net'] if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions: