RETIRED, Puppet module for iptables
Go to file
Colleen Murphy ffe7e12145 Ensure firewalld package is absent, not purged
There seems to be a longstanding, inexplicably unresolved bug[1][2] in
the puppet package resource on CentOS where an uninstalled package will
repeatedly be reported as being "created" when it is not installed and
when the resource has ensure => purged. This breaks idempotency tests
and is just confusing. Setting the resource to absent instead of purge
works correctly and should be sufficient for ensuring firewalld isn't
interfering..

[1] https://projects.puppetlabs.com/issues/2833
[2] https://projects.puppetlabs.com/issues/3707

Change-Id: I702cf0130b311a5cd6786b4c4dd76fa03adbd2f7
2018-07-10 20:53:54 +02:00
manifests Ensure firewalld package is absent, not purged 2018-07-10 20:53:54 +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