From 69f296f69a309e0df651e5607ab4ec32675fbb63 Mon Sep 17 00:00:00 2001 From: bsper2 Date: Tue, 13 Apr 2021 09:37:57 -0600 Subject: [PATCH] ASDPLNG-38 Bump puppet-profile_firewall to v1.0.3 Increase version of puppet-profile_firewall from v1.0.2 to v1.0.3 New version breaks out specific default chains for RHEL7/8 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index fd85c28..f27b8e8 100644 --- a/Puppetfile +++ b/Puppetfile @@ -16,7 +16,7 @@ mod 'ncsa/profile_allow_ssh_from_bastion', tag: 'v0.2.1', git: 'https://github.c # mod 'ncsa/profile_chrony', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_chrony' mod 'ncsa/profile_dns_cache', tag: 'v1.0.0', git: 'https://github.com/ncsa/puppet-profile_dns_cache' # mod 'ncsa/profile_email', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_email' -mod 'ncsa/profile_firewall', tag: 'v1.0.2', git: 'https://github.com/ncsa/puppet-profile_firewall' +mod 'ncsa/profile_firewall', tag: 'v1.0.3', git: 'https://github.com/ncsa/puppet-profile_firewall' mod 'ncsa/profile_monitoring', tag: 'v0.1.5', git: 'https://github.com/ncsa/puppet-profile_monitoring' mod 'ncsa/profile_motd', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_motd' mod 'ncsa/profile_pam_access', tag: 'v0.0.5', git: 'https://github.com/ncsa/puppet-profile_pam_access'