]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
add newvalue ipv6-icmp to proto
authorJonathan Boyett <jonathan@failingservers.com>
Tue, 16 Aug 2011 17:05:20 +0000 (10:05 -0700)
committerJonathan Boyett <jonathan@failingservers.com>
Tue, 16 Aug 2011 17:05:20 +0000 (10:05 -0700)
lib/puppet/type/firewall.rb

index 1e9a2856d1ea58b664b19aab8f4c4a86ea8fd767..26b2977eaff462250b000b1de352a9cb5a69bcdb 100644 (file)
@@ -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