From: Martin Zobel-Helas Date: Mon, 6 May 2013 20:40:36 +0000 (+0200) Subject: puppet is so picky about syntax... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d8bd02bf54f016b05d7345dfae7c10cab3cedf56;p=mirror%2Fdsa-puppet.git puppet is so picky about syntax... Signed-off-by: Martin Zobel-Helas --- 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', } }