Skip to content

Commit

Permalink
disable firewalld for RedHat 9
Browse files Browse the repository at this point in the history
  • Loading branch information
robertc99 committed Jul 2, 2023
1 parent c30632d commit 6c2b38e
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 6c2b38e

Please sign in to comment.