Test new code

This commit is contained in:
Johan Wassberg 2024-10-11 07:49:17 +02:00
parent 5ffaa8c493
commit d1a072aea7
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -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)