diff --git a/Puppetfile b/Puppetfile index 6748943..8144b29 100644 --- a/Puppetfile +++ b/Puppetfile @@ -14,6 +14,7 @@ mod 'ncsa/profile_additional_packages', tag: 'v0.1.0', git: 'https://github.com/ mod 'ncsa/profile_additional_yumrepos', tag: 'v0.1.0', 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' +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_firewall', tag: 'v1.0.1', git: 'https://github.com/ncsa/puppet-profile_firewall' mod 'ncsa/profile_monitoring', tag: 'v0.1.3', git: 'https://github.com/ncsa/puppet-profile_monitoring' diff --git a/site-modules/profile/manifests/base.pp b/site-modules/profile/manifests/base.pp index 54b8fa0..8b42c88 100644 --- a/site-modules/profile/manifests/base.pp +++ b/site-modules/profile/manifests/base.pp @@ -4,6 +4,7 @@ class profile::base { include ::profile_additional_packages include ::profile_additional_yumrepos include ::profile_allow_ssh_from_bastion + include ::profile_dns_cache # include ::profile_email include ::profile_monitoring include ::profile_motd