From 7730016639735eb1342c8ea4e1ce024d00120966 Mon Sep 17 00:00:00 2001
From: Cameron Pitcel <cpitcel@illinois.edu>
Date: Thu, 25 Mar 2021 16:05:21 -0500
Subject: [PATCH] Updated Puppetfile for ASDPLNG-46

added include for additional packages

testing, to add tree to additional packages

removing testing. It worked!

lets try this again :(

so it did work. I am smart

change to Puppetfile to update the additional packages version
---
 Puppetfile                             | 2 +-
 site-modules/role/manifests/default.pp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Puppetfile b/Puppetfile
index 27cb6ce..ac19c5a 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -10,7 +10,7 @@ mod 'herculesteam/augeasproviders_ssh', commit: 'e4eee3726d0472cba1d2d66a2d09031
 mod 'inkblot/ipcalc', '2.2.0'
 # mod 'MiamiOH-pam_access', '1.0.2'
 mod 'ncsa/pam_access', tag: 'v1.0.3', git: 'https://github.com/ncsa/puppet-pam_access'
-mod 'ncsa/profile_additional_packages', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_additional_packages'
+mod 'ncsa/profile_additional_packages', branch: 'v0.2.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_chrony', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_chrony'
diff --git a/site-modules/role/manifests/default.pp b/site-modules/role/manifests/default.pp
index 82c40db..abb5853 100644
--- a/site-modules/role/manifests/default.pp
+++ b/site-modules/role/manifests/default.pp
@@ -1,9 +1,9 @@
 # @summary Default role
 
 class role::default {
-
   include ::profile::base
   # include ::profile::rsyslog::client
+  include ::profile_additional_packages
   # include ::profile_chrony::client
   # include ::profile_firewall
   # include ::profile_telegraf # depends on github.com/ncsa/puppet-profile_telegraf