Need to run log-server on custom tag, SC-2522
This commit is contained in:
parent
b8c5219aa2
commit
abfb61ad67
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue