From d278bd3df3f8866f9ca61e9f5b261ad081a24d0c Mon Sep 17 00:00:00 2001 From: Bill Glick Date: Wed, 14 Apr 2021 15:32:21 -0500 Subject: [PATCH] ASDPLNG-100: Move profile_puppet_agent to tag v0.1.1 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index f27b8e8..27cb6ce 100644 --- a/Puppetfile +++ b/Puppetfile @@ -20,7 +20,7 @@ mod 'ncsa/profile_firewall', tag: 'v1.0.3', git: 'https://github.com/ncsa/puppet 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' -mod 'ncsa/profile_puppet_agent', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_puppet_agent' +mod 'ncsa/profile_puppet_agent', tag: 'v0.1.1', git: 'https://github.com/ncsa/puppet-profile_puppet_agent' mod 'ncsa/profile_puppet_master', tag: 'v0.1.1', git: 'https://github.com/ncsa/puppet-profile_puppet_master' mod 'ncsa/profile_sudo', tag: 'v0.1.1', git: 'https://github.com/ncsa/puppet-profile_sudo' mod 'ncsa/profile_system_auth', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_system_auth'