From b01f268bceb112ac1ceae2c2ef63ee5ee969f686 Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Wed, 10 Jan 2024 10:43:54 +0100 Subject: [PATCH] fixing syntax fail --- .../overlay/etc/puppet/setup_cosmos_modules | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 09272e07..e1a4aeb0 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -102,102 +102,102 @@ def main(): "concat": { "repo": "https://github.com/SUNET/puppetlabs-concat.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "stdlib": { "repo": "https://github.com/SUNET/puppetlabs-stdlib.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "cosmos": { "repo": "https://github.com/SUNET/puppet-cosmos.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "ufw": { "repo": "https://github.com/SUNET/puppet-module-ufw.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "apt": { "repo": "https://github.com/SUNET/puppetlabs-apt.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "vcsrepo": { "repo": "https://github.com/SUNET/puppetlabs-vcsrepo.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "xinetd": { "repo": "https://github.com/SUNET/puppetlabs-xinetd.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "python": { "repo": "https://github.com/SUNET/puppet-python.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "hiera-gpg": { "repo": "https://github.com/SUNET/hiera-gpg.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "pound": { "repo": "https://github.com/SUNET/puppet-pound.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "augeas": { "repo": "https://github.com/SUNET/puppet-augeas.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "bastion": { "repo": "https://github.com/SUNET/puppet-bastion.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "pyff": { "repo": "https://github.com/samlbits/puppet-pyff.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "dhcp": { "repo": "https://github.com/SUNET/puppetlabs-dhcp.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "varnish": { "repo": "https://github.com/samlbits/puppet-varnish.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "apparmor": { "repo": "https://github.com/SUNET/puppet-apparmor.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "docker": { "repo": "https://github.com/SUNET/garethr-docker.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "sunet": { "repo": "https://github.com/SUNET/puppet-sunet.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "sysctl": { "repo": "https://github.com/SUNET/puppet-sysctl.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, "nagioscfg": { "repo": "https://github.com/SUNET/puppet-nagioscfg.git", "upgrade": "yes", - "tag": f"eidas-{host_info["environment"]}-2*", + "tag": f"eidas-{host_info['environment']}-2*", }, }