Merged to stable

This commit is contained in:
Johan Wassberg 2024-10-07 12:21:16 +02:00
parent 542d180d9c
commit 8e5fc3eb9d
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -115,11 +115,11 @@ def main():
if OS_INFO["VERSION_CODENAME"] == "bullseye":
pass
if host_info:
if "internal-sto1-test-backup-1.geteduroam.sunet.se" in host_info["fqdn"]:
modules["sunet"]["tag"] = "jocar-mariadb-backup-2*"
if "internal-sto1-test-db-1.geteduroam.sunet.se" in host_info["fqdn"]:
modules["sunet"]["tag"] = "jocar-mariadb-backup-2*"
# if host_info:
# if "internal-sto1-test-backup-1.geteduroam.sunet.se" in host_info["fqdn"]:
# modules["sunet"]["tag"] = "jocar-mariadb-backup-2*"
# if "internal-sto1-test-db-1.geteduroam.sunet.se" in host_info["fqdn"]:
# modules["sunet"]["tag"] = "jocar-mariadb-backup-2*"
# Build list of expected file content
file_lines = create_file_content(modules)