-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-10258) Change firewalld backend to nftables for RHEL 8 (#21)
For RHEL 8.2 and newer the default backend will be nftables SIMP-10258 #close Co-authored-by: Kendall Moore <[email protected]>
- Loading branch information
1 parent
68a9fa6
commit 68cda4d
Showing
9 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
* Tue Dec 21 2021 Kendall Moore <[email protected]> - 0.3.0 | ||
- Changed default backend to nftables for RHEL 8 | ||
|
||
* Wed Jun 16 2021 Chris Tessmer <[email protected]> - 0.2.0 | ||
- Removed support for Puppet 5 | ||
- Ensured support for Puppet 7 in requirements and stdlib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
simp_firewalld::firewall_backend: 'iptables' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
simp_firewalld::firewall_backend: 'iptables' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
simp_firewalld::firewall_backend: 'iptables' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
simp_firewalld::firewall_backend: 'nftables' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
version: 5 | ||
defaults: | ||
datadir: data | ||
data_hash: yaml_data | ||
hierarchy: | ||
- name: "OS + Major.Minor Release" | ||
path: "os/%{facts.os.family}-%{facts.os.release.major}.%{facts.os.release.minor}.yaml" | ||
- name: "OS + Major Release" | ||
path: "os/%{facts.os.family}-%{facts.os.release.major}.yaml" | ||
- name: "OS" | ||
path: "os/%{facts.os.name}.yaml" | ||
- name: "OSFamily" | ||
path: "os/%{facts.os.family}.yaml" | ||
- name: "Common" | ||
path: "common.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters