bump profile_email for testing

add profile_email to base profile

add mailalias_core as the email profile depends on it

set email profile to default
This commit is contained in:
Andy Loftus 2021-04-15 21:01:36 +00:00 committed by David King
parent d278bd3df3
commit 85890ef8ee
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ mod 'ncsa/profile_additional_yumrepos', tag: 'v0.1.2', git: 'https://github.com/
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'
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_email', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_email'
mod 'ncsa/profile_firewall', tag: 'v1.0.3', git: 'https://github.com/ncsa/puppet-profile_firewall'
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'
@ -36,7 +36,7 @@ mod 'ncsa/telegraf', tag: 'v3.1.1', git: 'https://github.com/ncsa/puppet-telegra
mod 'puppetlabs/concat', '6.4.0'
mod 'puppetlabs/firewall', '3.0.0'
# mod 'puppetlabs/inifile', '4.1.0'
# mod 'puppetlabs/mailalias_core', '1.0.6'
mod 'puppetlabs/mailalias_core', '1.0.6'
mod 'puppetlabs/stdlib', '6.3.0'
# mod 'puppetlabs/translate', '2.1.0'
# mod 'puppetlabs/xinetd', '3.3.0'

View File

@ -5,7 +5,7 @@ class profile::base {
include ::profile_additional_yumrepos
include ::profile_allow_ssh_from_bastion
include ::profile_dns_cache
# include ::profile_email
include ::profile_email
include ::profile_firewall
include ::profile_monitoring
include ::profile_motd