From d1a072aea767c4198b1e1235b66c27b0ee7f9b34 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Fri, 11 Oct 2024 07:49:17 +0200 Subject: [PATCH] Test new code --- 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 e18a52f2..07a154fd 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -214,6 +214,9 @@ def main(): if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions: modules["sunet"]["tag"] = "eidas-qa-2*" + if "monitor-tug-3.komreg.net" in host_info["fqdn"]: + modules["nagioscfg"]["tag"] = "jocar-naemon-supports-reload-2*" + # Build list of expected file content file_lines = create_file_content(modules)