diff options
author | Marcel Haerry <haerry@puzzle.ch> | 2009-09-16 17:51:56 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-07 11:33:26 -0500 |
commit | 69ffd72ce9e5217ae7d205e04716c40d8c862315 (patch) | |
tree | 36dfb4eb635bd065396b6a4595df217a2d9c1a3b /manifests/README | |
parent | e972b9abde01a6d89579e20fe4b038c7cbfe0c45 (diff) | |
download | puppet-shorewall-69ffd72ce9e5217ae7d205e04716c40d8c862315.tar.gz puppet-shorewall-69ffd72ce9e5217ae7d205e04716c40d8c862315.tar.bz2 |
factored everything out in its own file
Diffstat (limited to 'manifests/README')
-rw-r--r-- | manifests/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/manifests/README b/manifests/README new file mode 100644 index 0000000..08832b2 --- /dev/null +++ b/manifests/README @@ -0,0 +1,23 @@ +Shorewall +--------- + +manage firewalling with shorewall 3.x + +Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at> +See LICENSE for the full license granted to you. + +Based on the work of ADNET Ghislain <gadnet@aqueos.com> from AQUEOS +at https://reductivelabs.com/trac/puppet/wiki/AqueosShorewall + +Changes: + * FHS Layout: put configuration in /var/lib/puppet/modules/shorewall and + adjust CONFIG_PATH + * remove shorewall- prefix from defines in the shorewall namespace + * refactor the whole define structure + * manage all shorewall files + * add 000-header and 999-footer files for all managed_files + * added rule_section define and a few more parameters for rules + * add managing for masq, proxyarp, blacklist, nat, rfc1918 + +adapted by immerda project group - admin+puppet(at)immerda.ch +adapted by Puzzle ITC - haerry+puppet(at)puzzle.ch |