feat: add firewalld management profile
- basic profile to enable/disable, and install/remove - defaulting to enabled and installed, but set to disabled and removed in hiera
This commit is contained in:
@@ -8,6 +8,7 @@ class profiles::base (
|
||||
case $facts['os']['family'] {
|
||||
'RedHat': {
|
||||
include profiles::yum::global
|
||||
include profiles::firewall::firewalld
|
||||
}
|
||||
'Debian': {
|
||||
include profiles::apt::global
|
||||
|
||||
Reference in New Issue
Block a user