ASDPLNG-36 Add puppet-profile_dns_cache
This commit is contained in:
parent
1bae973245
commit
6987587fa4
@ -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_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_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_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.1', git: 'https://github.com/ncsa/puppet-profile_firewall'
|
# 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'
|
mod 'ncsa/profile_monitoring', tag: 'v0.1.3', git: 'https://github.com/ncsa/puppet-profile_monitoring'
|
||||||
|
@ -4,6 +4,7 @@ class profile::base {
|
|||||||
include ::profile_additional_packages
|
include ::profile_additional_packages
|
||||||
include ::profile_additional_yumrepos
|
include ::profile_additional_yumrepos
|
||||||
include ::profile_allow_ssh_from_bastion
|
include ::profile_allow_ssh_from_bastion
|
||||||
|
include ::profile_dns_cache
|
||||||
# include ::profile_email
|
# include ::profile_email
|
||||||
include ::profile_monitoring
|
include ::profile_monitoring
|
||||||
include ::profile_motd
|
include ::profile_motd
|
||||||
|
Loading…
Reference in New Issue
Block a user