RETIRED, Puppet module for iptables
Go to file
Colleen Murphy 73089a0566 Ensure iptables service is running
On Ubuntu, the iptables service starts running when it is installed. On
CentOS, that's not the case, and signaling a restart in puppet does not
actually start the service. The result is that while the iptables
service is stopped, `iptables -S` is empty. This patch adds ensure =>
running to the service resources so that iptables behaves the same on
CentOS and Ubuntu.

Change-Id: I0584c988bcebeee5133f85d55f8d389d78ebac70
2018-07-10 21:20:39 +02:00
manifests Ensure iptables service is running 2018-07-10 21:20:39 +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