]> git.donarmstrong.com Git - dsa-puppet.git/commit
Initial stab at adding a ferm module
authorFaidon Liambotis <paravoid@debian.org>
Thu, 14 Jan 2010 23:23:41 +0000 (01:23 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Mon, 18 Jan 2010 20:07:35 +0000 (21:07 +0100)
commit37c25196ed4a77a0668117354622e6740659359e
tree0d441b7789e35508bba2b7d800ebca22f99a687e
parent5700593c5c0a7d7b98a435b22738ce46b4b67013
Initial stab at adding a ferm module

WARNINGS:
* NOT TESTED (adapted from a livex, production system though)
* Has a default firewall policy that will lock you out

Plus, there are no users of ferm::rule{} yet, fairly pointless to add them
before getting an initial ack.

Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ferm/files/defs.conf [new file with mode: 0644]
modules/ferm/files/ferm.conf [new file with mode: 0644]
modules/ferm/manifests/init.pp [new file with mode: 0644]
modules/ferm/templates/ferm-rule.erb [new file with mode: 0644]