Simplify stuff
This commit is contained in:
parent
abcad08604
commit
895f595975
|
@ -42,13 +42,13 @@ internal-sto1-test-db-1.geteduroam.sunet.se:
|
||||||
sunet::fleetlock_client:
|
sunet::fleetlock_client:
|
||||||
sunet::dockerhost2:
|
sunet::dockerhost2:
|
||||||
nat: false
|
nat: false
|
||||||
geteduroam::db:
|
sunet::mariadb::simple:
|
||||||
|
|
||||||
internal-dco-test-db-2.geteduroam.sunet.se:
|
internal-dco-test-db-2.geteduroam.sunet.se:
|
||||||
sunet::fleetlock_client:
|
sunet::fleetlock_client:
|
||||||
sunet::dockerhost2:
|
sunet::dockerhost2:
|
||||||
nat: false
|
nat: false
|
||||||
geteduroam::db:
|
sunet::mariadb::simple:
|
||||||
|
|
||||||
internal-sto3-test-db-3.geteduroam.sunet.se:
|
internal-sto3-test-db-3.geteduroam.sunet.se:
|
||||||
sunet::fleetlock_client:
|
sunet::fleetlock_client:
|
||||||
|
|
|
@ -115,9 +115,9 @@ def main():
|
||||||
if OS_INFO["VERSION_CODENAME"] == "bullseye":
|
if OS_INFO["VERSION_CODENAME"] == "bullseye":
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if host_info:
|
#if host_info:
|
||||||
if "internal-sto3-test-db-3.geteduroam.sunet.se" in host_info["fqdn"]:
|
#if "internal-sto3-test-db-3.geteduroam.sunet.se" in host_info["fqdn"]:
|
||||||
modules["sunet"]["tag"] = "jocar-mariadb-simple*"
|
# modules["sunet"]["tag"] = "jocar-mariadb-simple*"
|
||||||
|
|
||||||
# Build list of expected file content
|
# Build list of expected file content
|
||||||
file_lines = create_file_content(modules)
|
file_lines = create_file_content(modules)
|
||||||
|
|
Loading…
Reference in a new issue