From 0c725a8282da7cd22950d11b625e50952effdb3d Mon Sep 17 00:00:00 2001 From: Jonathan Boyett Date: Wed, 11 May 2011 11:08:52 -0700 Subject: [PATCH] add missing commas to test manifest. whoops. --- examples/iptables/test.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/iptables/test.pp b/examples/iptables/test.pp index 5d69c2d..01bf235 100644 --- a/examples/iptables/test.pp +++ b/examples/iptables/test.pp @@ -45,8 +45,8 @@ firewall { '005 INPUT disregard DHCP': } firewall { '006 INPUT disregard netbios': - proto => 'udp' - dport => ['netbios-ns', 'netbios-dgm', 'netbios-ssn'] + proto => 'udp', + dport => ['netbios-ns', 'netbios-dgm', 'netbios-ssn'], jump => 'DROP' } -- 2.45.2