diff --git a/Puppetfile b/Puppetfile index 27cb6ce..2c935ba 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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' diff --git a/site-modules/profile/manifests/base.pp b/site-modules/profile/manifests/base.pp index 06636db..47ceda6 100644 --- a/site-modules/profile/manifests/base.pp +++ b/site-modules/profile/manifests/base.pp @@ -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