From e109b133e80251a59c2a89c416c8953be9bde94b Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Wed, 8 May 2024 12:57:23 +0200 Subject: [PATCH] Skip a few other modules which we are not using --- global/overlay/etc/puppet/setup_cosmos_modules | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 5356227..0a2b102 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -77,16 +77,6 @@ def main(): modulesfile_tmp: str = modulesfile + ".tmp" modules: dict = { - "bastion": { - "repo": "https://github.com/SUNET/puppet-bastion.git", - "upgrade": "yes", - "tag": "sunet-2*", - }, - "apparmor": { - "repo": "https://github.com/SUNET/puppet-apparmor.git", - "upgrade": "yes", - "tag": "sunet-2*", - }, "sunet": { "repo": "https://github.com/SUNET/puppet-sunet.git", "upgrade": "yes",