From b53ca2d5955cbeb49ff2e7c09b2d692d992a43f7 Mon Sep 17 00:00:00 2001 From: Rasmus Thorslund Date: Wed, 22 Jan 2025 12:33:31 +0100 Subject: [PATCH] changed puppet sunet to testing for the drainreboot change --- global/overlay/etc/puppet/setup_cosmos_modules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 475e964..c40ca71 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -114,7 +114,7 @@ def main(): "sunet": { "repo": "https://github.com/SUNET/puppet-sunet.git", "upgrade": "yes", - "tag": "stable-2*", + "tag": "testing-2*", }, "ufw": { "repo": "https://github.com/SUNET/puppet-module-ufw.git", @@ -124,10 +124,10 @@ def main(): } # When/if we want we can do stuff to modules here - if host_info: - if host_info["fqdn"] == "internal-sto4-prod-k8sc-1.rut.sunet.se": - modules["sunet"]["tag"] = "drainreboot*" - +# if host_info: +# if host_info["fqdn"] == "internal-sto4-prod-k8sc-1.rut.sunet.se": +# modules["sunet"]["tag"] = "drainreboot*" +# # if host_info: # if host_info["environment"] == "test": # modules["sunet"]["tag"] = "kano-mail-2*"