Skip to content

Commit 5418856

Browse files
committed
redhat9 needs iptables service
1 parent 62be291 commit 5418856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
default: {
3232
if versioncmp($::operatingsystemrelease, '9') >= 0 {
33-
$service_name = 'nftables'
33+
$service_name = ['nftables','iptables']
3434
$service_name_v6 = 'ip6tables'
3535
$package_name = ['iptables-services', 'nftables', 'iptables-nft-services']
3636
$iptables_name = 'iptables-nft'

0 commit comments

Comments
 (0)