From 210c761331a33265c64a534a8a143ec8f2b16235 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 3 Oct 2009 15:33:23 +0200 Subject: add postgres rules --- manifests/rules/out/postgres.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifests/rules/out/postgres.pp (limited to 'manifests/rules/out') diff --git a/manifests/rules/out/postgres.pp b/manifests/rules/out/postgres.pp new file mode 100644 index 0000000..a62d75d --- /dev/null +++ b/manifests/rules/out/postgres.pp @@ -0,0 +1,11 @@ +class shorewall::rules::out::postgres { + shorewall::rule { + 'me-net-tcp_postgres': + source => '$FW', + destination => 'net', + proto => 'tcp', + destinationport => '5432', + order => 240, + action => 'ACCEPT'; + } +} -- cgit v1.2.3