diff options
author | mh <mh@immerda.ch> | 2009-12-10 21:25:39 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-12-10 21:25:39 +0100 |
commit | edb296154abd61b7621831c2d2f7c09362eefebd (patch) | |
tree | 12114fd2384e41d71e4a4fd62865f3383c78e429 /manifests/README | |
parent | 1332fd3e9d340441bd36c9cd617d350b0497ad59 (diff) | |
download | puppet-shorewall-edb296154abd61b7621831c2d2f7c09362eefebd.tar.gz puppet-shorewall-edb296154abd61b7621831c2d2f7c09362eefebd.tar.bz2 |
remove unused readme
Diffstat (limited to 'manifests/README')
-rw-r--r-- | manifests/README | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/manifests/README b/manifests/README deleted file mode 100644 index 08832b2..0000000 --- a/manifests/README +++ /dev/null @@ -1,23 +0,0 @@ -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 |