From a983e38dd7c9f11f4f22efe75f1bd6d783b7f94c Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Mon, 31 Mar 2025 14:46:56 +0200 Subject: [PATCH] Run pypi on another custom tag, SUNETOPS-1938 --- global/overlay/etc/puppet/setup_cosmos_modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index f1ebe27..7d03992 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -126,7 +126,7 @@ def main(): if host_info["fqdn"] == "pahol-test1.sunet.se": modules["sunet"]["tag"] = "patlu-baas2-encryption*" if host_info["fqdn"] == "pypi-1.sunet.se": - modules["sunet"]["tag"] = "jocar-another-ssh-home-fix*" + modules["sunet"]["tag"] = "pahol-pypi-nft*" # Build list of expected file content file_lines = create_file_content(modules)