From d8bd02bf54f016b05d7345dfae7c10cab3cedf56 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Mon, 6 May 2013 22:40:36 +0200 Subject: [PATCH] puppet is so picky about syntax... Signed-off-by: Martin Zobel-Helas --- modules/ferm/manifests/per-host.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index ff4d8d76c..c130193c0 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -51,14 +51,14 @@ class ferm::per-host { bendel: { @ferm::rule { 'listmaster-ontp-in': description => 'ONTP has a broken mail setup', - table => 'filter' - chain => 'INPUT' + table => 'filter', + chain => 'INPUT', rule => 'source 188.165.23.89/32 proto tcp dport 25 jump DROP', } @ferm::rule { 'listmaster-ontp-in': description => 'ONTP has a broken mail setup', - table => 'filter' - chain => 'OUTPUT' + table => 'filter', + chain => 'OUTPUT', rule => 'destination 78.8.208.246/32 proto tcp dport 25 jump DROP', } } -- 2.20.1