From 1b1e0632bc4047281e27b0415ab3108423be97c2 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Tue, 16 Jan 2024 10:17:40 +0100 Subject: [PATCH] Run my puppet on test machine --- global/overlay/etc/puppet/setup_cosmos_modules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index df635b64..efcfc0db 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -206,6 +206,10 @@ def main(): if OS_INFO["VERSION_CODENAME"] == "bullseye": pass + + if re.match('^idm-sto\d-test-', host_info["fqdn"]): + modules["sunet"]["tag"] = "jocar-idm-redis*" + # Build list of expected file content file_lines = create_file_content(modules)