From 439254d07e73f09fdf267c53faff0aac3a54ccc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bergstr=C3=B6m?= Date: Thu, 11 Jan 2024 15:20:02 +0100 Subject: [PATCH] updated git repo for puppet-varnish and puppet-pyff --- global/overlay/etc/puppet/setup_cosmos_modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index c3ea5eff..df635b64 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -160,7 +160,7 @@ def main(): "tag": f"eidas-{host_info['environment']}-2*", }, "pyff": { - "repo": "https://github.com/samlbits/puppet-pyff.git", + "repo": "https://github.com/SUNET/puppet-pyff.git", "upgrade": "yes", "tag": f"eidas-{host_info['environment']}-2*", }, @@ -170,7 +170,7 @@ def main(): "tag": f"eidas-{host_info['environment']}-2*", }, "varnish": { - "repo": "https://github.com/samlbits/puppet-varnish.git", + "repo": "https://github.com/SUNET/puppet-varnish.git", "upgrade": "yes", "tag": f"eidas-{host_info['environment']}-2*", },