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:
2023-10-22 19:54:10 +11:00
parent cfe30823b4
commit 6bb52f2a15
3 changed files with 36 additions and 0 deletions
+3
View File
@@ -2,3 +2,6 @@
---
profiles::yum::base::baseurl: http://almalinux.mirror.digitalpacific.com.au
profiles::yum::epel::baseurl: http://epel.mirror.digitalpacific.com.au
profiles::firewall::firewalld::ensure_package: 'absent'
profiles::firewall::firewalld::ensure_service: 'stopped'
profiles::firewall::firewalld::enable_service: false