From 92205e3da7c947ff4c9573ec98bce1ce631128c0 Mon Sep 17 00:00:00 2001 From: JusteRU Date: Thu, 9 Aug 2012 09:53:40 +1200 Subject: [PATCH] Update lib/puppet/type/iptables.rb cure for 'icmp => any' error --- lib/puppet/type/iptables.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/puppet/type/iptables.rb b/lib/puppet/type/iptables.rb index 1b73431..8af78a4 100644 --- a/lib/puppet/type/iptables.rb +++ b/lib/puppet/type/iptables.rb @@ -765,6 +765,7 @@ def initialize(args) when "timestamp-reply" then "14" when "address-mask-request" then "17" when "address-mask-reply" then "18" + when "any" then "any" else "" end end