Skip to content

Commit

Permalink
work around puppetlabs#1184
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisongthb authored Jan 5, 2024
1 parent 403fed3 commit 85c21b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/puppet/type/firewall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,8 @@
DESC
},
reject: {
type: "Optional[Enum['icmp-net-unreachable', 'icmp-host-unreachable', 'icmp-port-unreachable', 'icmp-proto-unreachable',
# workaround for https://github.com/puppetlabs/puppetlabs-firewall/issues/1184
type: "Optional[Enum['tcp-reset', 'icmp-net-unreachable', 'icmp-host-unreachable', 'icmp-port-unreachable', 'icmp-proto-unreachable',
'icmp-net-prohibited', 'icmp-host-prohibited', 'icmp-admin-prohibited', 'icmp6-no-route', 'no-route',
'icmp6-adm-prohibited', 'adm-prohibited', 'icmp6-addr-unreachable', 'addr-unreach', 'icmp6-port-unreachable']]",
desc: <<-DESC
Expand Down

0 comments on commit 85c21b2

Please sign in to comment.