From fe1b4ba5fb5321a98b3270b181f6b22f5ff93931 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Mon, 6 May 2013 22:42:24 +0200 Subject: [PATCH] syntax fix part two Signed-off-by: Martin Zobel-Helas --- modules/ferm/manifests/per-host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index c130193c0..1df7bdb10 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -55,7 +55,7 @@ class ferm::per-host { chain => 'INPUT', rule => 'source 188.165.23.89/32 proto tcp dport 25 jump DROP', } - @ferm::rule { 'listmaster-ontp-in': + @ferm::rule { 'listmaster-ontp-out': description => 'ONTP has a broken mail setup', table => 'filter', chain => 'OUTPUT', -- 2.20.1