Skip to content

Commit

Permalink
Merge pull request #1142 from robertc99/main
Browse files Browse the repository at this point in the history
disable firewalld for RedHat 9
  • Loading branch information
jordanbreen28 authored Jul 3, 2023
2 parents c30632d + 6c2b38e commit d6f73de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$package_name = ['iptables-services', 'nftables', 'iptables-nft-services']
$iptables_name = 'iptables-nft'
$sysconfig_manage = false
$firewalld_manage = false
$firewalld_manage = true
} elsif versioncmp($facts['os']['release']['full'], '8.0') >= 0 {
$service_name = ['iptables', 'nftables']
$service_name_v6 = 'ip6tables'
Expand Down

0 comments on commit d6f73de

Please sign in to comment.