control-repo/site-modules/profile/manifests/base.pp
bsper2 5f67b1f0c8 ASDPLNG-38 Add ncsa/puppet-profile_firewall to control_repo
Add v1.0.2 of ncsa/puppet-profile_firewall

Update puppetlabs/firewall from 2.5.0 to 3.0.0

Add data/role/puppet-master.yaml to set profile_firewall::ignores heira data
so that docker firewall rules are not removed from puppet masters

Include profile_firewall in base.pp
2021-04-06 20:51:44 -06:00

20 lines
485 B
Puppet

# Include basic profile classes
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_firewall
include ::profile_monitoring
include ::profile_motd
include ::profile_pam_access
include ::profile_sudo
include ::profile_timezone
include ::profile_system_auth
include ::profile_virtual
include ::sshd
}