We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f705b60 + c67274b commit 658c8feCopy full SHA for 658c8fe
lib/puppet/type/firewall.rb
@@ -994,7 +994,7 @@
994
DESC
995
},
996
jump: {
997
- type: 'Optional[Pattern[/^[a-zA-Z0-9_]+$/]]',
+ type: 'Optional[String[1]]',
998
desc: <<-DESC
999
This value for the iptables --jump parameter and the action to perform on a match. Common values are:
1000
@@ -1022,7 +1022,7 @@
1022
1023
1024
goto: {
1025
1026
1027
The value for the iptables --goto parameter. Normal values are:
1028
0 commit comments