fixing syntax fail
This commit is contained in:
parent
0e2e3bdf1f
commit
b01f268bce
1 changed files with 20 additions and 20 deletions
|
@ -102,102 +102,102 @@ def main():
|
||||||
"concat": {
|
"concat": {
|
||||||
"repo": "https://github.com/SUNET/puppetlabs-concat.git",
|
"repo": "https://github.com/SUNET/puppetlabs-concat.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"stdlib": {
|
"stdlib": {
|
||||||
"repo": "https://github.com/SUNET/puppetlabs-stdlib.git",
|
"repo": "https://github.com/SUNET/puppetlabs-stdlib.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"cosmos": {
|
"cosmos": {
|
||||||
"repo": "https://github.com/SUNET/puppet-cosmos.git",
|
"repo": "https://github.com/SUNET/puppet-cosmos.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"ufw": {
|
"ufw": {
|
||||||
"repo": "https://github.com/SUNET/puppet-module-ufw.git",
|
"repo": "https://github.com/SUNET/puppet-module-ufw.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"apt": {
|
"apt": {
|
||||||
"repo": "https://github.com/SUNET/puppetlabs-apt.git",
|
"repo": "https://github.com/SUNET/puppetlabs-apt.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"vcsrepo": {
|
"vcsrepo": {
|
||||||
"repo": "https://github.com/SUNET/puppetlabs-vcsrepo.git",
|
"repo": "https://github.com/SUNET/puppetlabs-vcsrepo.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"xinetd": {
|
"xinetd": {
|
||||||
"repo": "https://github.com/SUNET/puppetlabs-xinetd.git",
|
"repo": "https://github.com/SUNET/puppetlabs-xinetd.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"python": {
|
"python": {
|
||||||
"repo": "https://github.com/SUNET/puppet-python.git",
|
"repo": "https://github.com/SUNET/puppet-python.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"hiera-gpg": {
|
"hiera-gpg": {
|
||||||
"repo": "https://github.com/SUNET/hiera-gpg.git",
|
"repo": "https://github.com/SUNET/hiera-gpg.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"pound": {
|
"pound": {
|
||||||
"repo": "https://github.com/SUNET/puppet-pound.git",
|
"repo": "https://github.com/SUNET/puppet-pound.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"augeas": {
|
"augeas": {
|
||||||
"repo": "https://github.com/SUNET/puppet-augeas.git",
|
"repo": "https://github.com/SUNET/puppet-augeas.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"bastion": {
|
"bastion": {
|
||||||
"repo": "https://github.com/SUNET/puppet-bastion.git",
|
"repo": "https://github.com/SUNET/puppet-bastion.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"pyff": {
|
"pyff": {
|
||||||
"repo": "https://github.com/samlbits/puppet-pyff.git",
|
"repo": "https://github.com/samlbits/puppet-pyff.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"dhcp": {
|
"dhcp": {
|
||||||
"repo": "https://github.com/SUNET/puppetlabs-dhcp.git",
|
"repo": "https://github.com/SUNET/puppetlabs-dhcp.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"varnish": {
|
"varnish": {
|
||||||
"repo": "https://github.com/samlbits/puppet-varnish.git",
|
"repo": "https://github.com/samlbits/puppet-varnish.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"apparmor": {
|
"apparmor": {
|
||||||
"repo": "https://github.com/SUNET/puppet-apparmor.git",
|
"repo": "https://github.com/SUNET/puppet-apparmor.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"repo": "https://github.com/SUNET/garethr-docker.git",
|
"repo": "https://github.com/SUNET/garethr-docker.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"sunet": {
|
"sunet": {
|
||||||
"repo": "https://github.com/SUNET/puppet-sunet.git",
|
"repo": "https://github.com/SUNET/puppet-sunet.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"sysctl": {
|
"sysctl": {
|
||||||
"repo": "https://github.com/SUNET/puppet-sysctl.git",
|
"repo": "https://github.com/SUNET/puppet-sysctl.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
"nagioscfg": {
|
"nagioscfg": {
|
||||||
"repo": "https://github.com/SUNET/puppet-nagioscfg.git",
|
"repo": "https://github.com/SUNET/puppet-nagioscfg.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
"tag": f"eidas-{host_info["environment"]}-2*",
|
"tag": f"eidas-{host_info['environment']}-2*",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue