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
This commit is contained in:
Cameron Pitcel 2021-03-25 16:05:21 -05:00
parent d278bd3df3
commit 7730016639
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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