From 0ba56750490991bdc330deaa8d22f14a44713b47 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Fri, 11 Oct 2024 08:00:18 +0200 Subject: [PATCH] Test went fine --- global/overlay/etc/puppet/setup_cosmos_modules | 3 --- 1 file changed, 3 deletions(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 07a154fd..e18a52f2 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -214,9 +214,6 @@ 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)