From: Jonathan Boyett Date: Tue, 16 Aug 2011 17:05:20 +0000 (-0700) Subject: add newvalue ipv6-icmp to proto X-Git-Tag: v0.0.1~10 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3af3c13dc65321d6c13793b921ffb0663badbd4b;p=puppet-modules%2Fpuppetlabs-firewall.git add newvalue ipv6-icmp to proto --- 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