Need to run log-server on custom tag, SC-2522

This commit is contained in:
Patrik Holmqvist 2025-04-01 16:08:14 +02:00
parent b8c5219aa2
commit abfb61ad67
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -240,6 +240,9 @@ def main():
if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions:
modules["sunet"]["tag"] = "eidas-qa-2*"
if re.match(r'^log-qa-', host_info["fqdn"]):
modules["sunet"]["tag"] = "pahol-fix-rsyslog*"
# Build list of expected file content
file_lines = create_file_content(modules)