From 3af3c13dc65321d6c13793b921ffb0663badbd4b Mon Sep 17 00:00:00 2001 From: Jonathan Boyett Date: Tue, 16 Aug 2011 10:05:20 -0700 Subject: [PATCH] add newvalue ipv6-icmp to proto --- lib/puppet/type/firewall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/type/firewall.rb b/lib/puppet/type/firewall.rb index 1e9a285..26b2977 100644 --- a/lib/puppet/type/firewall.rb +++ b/lib/puppet/type/firewall.rb @@ -87,7 +87,7 @@ Puppet::Type.newtype(:firewall) do newproperty(:proto) do desc "The specific protocol to match for this rule." - newvalues(:tcp, :udp, :icmp, :esp, :ah, :vrrp, :igmp, :all) + newvalues(:tcp, :udp, :icmp, :"ipv6-icmp", :esp, :ah, :vrrp, :igmp, :all) defaultto "tcp" end -- 2.45.2