Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Won't Fix
-
None
-
None
-
None
-
This happens when installing https://gitlab.com/victor-engmark/root/-/tree/a80a4cb6b2dff01624790410809bacff43a63b43 on Arch Linux.
-
Needs Assessment
-
Needs Assessment
Description
Basic Info
Module Version: v3.0.0
Puppet Version: 6.22.1
OS Name/Version: Arch Linux
The ebtables package no longer exists, and the ebtables command is now part of the iptables-nft package, which conflicts with the iptables package. Since the firewall module requires the ebtables command but also requires the iptables package, there's a conflict (see attached log using less -R).
I've implemented a workaround which installs iptables-nft instead of iptables.