firewall icon indicating copy to clipboard operation
firewall copied to clipboard

Fixing #207 - only try to install iptables-ipv6 package if CentOS 6

Open vladionescu opened this issue 6 years ago • 2 comments

Description

See issue #207, the iptables-ipv6 package is trying to be installed anytime the following 3 conditions are true: ipv6 enabled, iptables enabled, not Debian. The problem is this package only exists for CentOS 6, all other distros bundle v6 functionality in the standard iptables package. Trying to install iptables-ipv6 on other distros causes the chef run to fail. This fixes that, only installing it if we're on CentOS 6.

This has been tested working on Fedora 28. I haven't tested on any other distros, and don't have the time to do so. This PR is provided as-is.

Issues Resolved

#207

Check List

vladionescu avatar Feb 28 '19 00:02 vladionescu

Hi there; it looks like this needs a Signed-off-by in the commit still.

martinb3 avatar Mar 01 '19 18:03 martinb3

Sorry about that, I got confused and expected it to be signed off by a project owner. All done!

vladionescu avatar Mar 01 '19 18:03 vladionescu

I don't think we should accept this anymore, given that CentOS 6 is now EOL

damacus avatar Dec 21 '23 09:12 damacus