We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f8588 commit d2c7669Copy full SHA for d2c7669
manifests/init.pp
@@ -38,7 +38,7 @@
38
39
define allow_ports {
40
firewall { "102 accept all on port $title":
41
- proto => 'all',
+ proto => 'tcp',
42
port => $title,
43
action => 'accept',
44
}
0 commit comments