diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index 8d9350a..3d05bb6 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -42,13 +42,13 @@ internal-sto1-test-db-1.geteduroam.sunet.se: sunet::fleetlock_client: sunet::dockerhost2: nat: false - geteduroam::db: + sunet::mariadb::simple: internal-dco-test-db-2.geteduroam.sunet.se: sunet::fleetlock_client: sunet::dockerhost2: nat: false - geteduroam::db: + sunet::mariadb::simple: internal-sto3-test-db-3.geteduroam.sunet.se: sunet::fleetlock_client: diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index ac30422..fd39b6a 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -115,9 +115,9 @@ def main(): if OS_INFO["VERSION_CODENAME"] == "bullseye": pass - if host_info: - if "internal-sto3-test-db-3.geteduroam.sunet.se" in host_info["fqdn"]: - modules["sunet"]["tag"] = "jocar-mariadb-simple*" + #if host_info: + #if "internal-sto3-test-db-3.geteduroam.sunet.se" in host_info["fqdn"]: + # modules["sunet"]["tag"] = "jocar-mariadb-simple*" # Build list of expected file content file_lines = create_file_content(modules)