Skip a few other modules which we are not using

This commit is contained in:
Johan Wassberg 2024-05-08 12:57:23 +02:00
parent 1ac714e271
commit e109b133e8
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -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",