changed puppet sunet to testing for the drainreboot change

This commit is contained in:
Rasmus Thorslund 2025-01-22 12:33:31 +01:00
parent 8b959d0e11
commit b53ca2d595
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

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