From 114fe55f10177726e0ae720f4d8c7926bbb5f387 Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Fri, 4 Apr 2025 12:55:54 +0200 Subject: [PATCH] Run monitoreidas on custom branch, SC-2522 --- global/overlay/etc/puppet/setup_cosmos_modules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)