Skip to content

Commit 85c21b2

Browse files
authored
work around puppetlabs#1184
1 parent 403fed3 commit 85c21b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/puppet/type/firewall.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,8 @@
12591259
DESC
12601260
},
12611261
reject: {
1262-
type: "Optional[Enum['icmp-net-unreachable', 'icmp-host-unreachable', 'icmp-port-unreachable', 'icmp-proto-unreachable',
1262+
# workaround for https://github.com/puppetlabs/puppetlabs-firewall/issues/1184
1263+
type: "Optional[Enum['tcp-reset', 'icmp-net-unreachable', 'icmp-host-unreachable', 'icmp-port-unreachable', 'icmp-proto-unreachable',
12631264
'icmp-net-prohibited', 'icmp-host-prohibited', 'icmp-admin-prohibited', 'icmp6-no-route', 'no-route',
12641265
'icmp6-adm-prohibited', 'adm-prohibited', 'icmp6-addr-unreachable', 'addr-unreach', 'icmp6-port-unreachable']]",
12651266
desc: <<-DESC

0 commit comments

Comments
 (0)