Skip to content

Commit 03cf6c1

Browse files
authored
Merge pull request #1103 from robertc99/main
redhat9 needs iptables service
2 parents 62be291 + 5418856 commit 03cf6c1

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)