From 60dcbae4afae245ceaf28dd91309f0a54d74f997 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 22 Oct 2010 22:05:23 +0200 Subject: add identd rules --- manifests/rules/identd.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/rules/identd.pp diff --git a/manifests/rules/identd.pp b/manifests/rules/identd.pp new file mode 100644 index 0000000..719e581 --- /dev/null +++ b/manifests/rules/identd.pp @@ -0,0 +1,10 @@ +class shorewall::rules::identd { + shorewall::rule { 'net-me-identd-tcp': + source => 'net', + destination => '$FW', + proto => 'tcp', + destinationport => '113', + order => 240, + action => 'ACCEPT'; + } +} -- cgit v1.2.3