From 3db0a400f43dad70b40daf64881a843323b1f0f0 Mon Sep 17 00:00:00 2001 From: Peter Enstrom Date: Fri, 16 Apr 2021 11:26:17 -0500 Subject: [PATCH] Fixed Puppetfile --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 013fe11..5aa24c7 100644 --- a/Puppetfile +++ b/Puppetfile @@ -13,7 +13,7 @@ mod 'ncsa/pam_access', tag: 'v1.0.3', git: 'https://github.com/ncsa/puppet-pam_a mod 'ncsa/profile_additional_packages', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_additional_packages' mod 'ncsa/profile_additional_yumrepos', tag: 'v0.1.2', git: 'https://github.com/ncsa/puppet-profile_additional_yumrepos' mod 'ncsa/profile_allow_ssh_from_bastion', tag: 'v0.2.1', git: 'https://github.com/ncsa/puppet-profile_allow_ssh_from_bastion' -mod 'ncsa/profile_timesync', branch: 'origin/topic/enstrom/ASDPLNG-44_review_standard', git: 'https://github.com/ncsa/puppet-profile_timesync' +mod 'ncsa/profile_timesync', branch: 'topic/enstrom/ASDPLNG-44_review_standard', git: 'https://github.com/ncsa/puppet-profile_timesync' 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.1', git: 'https://github.com/ncsa/puppet-profile_firewall'