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:
parent
d278bd3df3
commit
7730016639
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user