changed puppet sunet to testing for the drainreboot change
This commit is contained in:
parent
8b959d0e11
commit
b53ca2d595
1 changed files with 5 additions and 5 deletions
|
@ -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*"
|
||||
|
|
Loading…
Add table
Reference in a new issue