RETIRED, Puppet module for iptables
Go to file
Colleen Murphy cef0960c6d Explicitly set selinux seltype for rules link
Puppet seems to have some issue with creating a symlink in
/etc/sysconfig on CentOS, where it creates the link on the first run and
then corrects the seltype on the second run, breaking idempotency tests.
If we make sure to explicitly set it up front, puppet doesn't get
confused. This patch also removes the mode setting since setting the
permissions mode on a symlink doesn't make sense.

Change-Id: I7019c48220425fc583b9b431eff08a6261ee2ebc
2018-07-10 21:20:43 +02:00
manifests Explicitly set selinux seltype for rules link 2018-07-10 21:20:43 +02:00
spec/acceptance/nodesets Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:43 +02:00
templates Add support for resolving hostnames in rules 2017-12-14 12:54:08 -08:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-03 18:19:57 -07:00
.gitreview Add module boilerplate files for puppet-iptables 2015-01-28 15:28:13 -08:00
Gemfile Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:43 +02:00
LICENSE Add missing LICENSE file 2015-01-29 22:57:46 +00:00
README.md Add module boilerplate files for puppet-iptables 2015-01-28 15:28:13 -08:00
Rakefile Add module boilerplate files for puppet-iptables 2015-01-28 15:28:13 -08:00
bindep.txt Add bindep.txt file 2017-05-01 21:10:03 -04:00
metadata.json Add support for resolving hostnames in rules 2017-12-14 12:54:08 -08:00

README.md

OpenStack IPTables Module

This module installs and configures IPTables