diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 7ced5de..c028d27 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-dco-prod-monitor-1" in host_info["fqdn"]: -# modules["sunet"]["tag"] = "jocar-nrpe-scriptherder*" + if host_info: + if "internal-sto1-prod-app-1.geteduroam.sunet.se" in host_info["fqdn"]: + modules["sunet"]["tag"] = "jocar-geteduroam-2024-07-05-v02" # Build list of expected file content file_lines = create_file_content(modules)