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)