Skip to content

Commit d2c7669

Browse files
committed
Cannot use all protocols with port
1 parent 76f8588 commit d2c7669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
define allow_ports {
4040
firewall { "102 accept all on port $title":
41-
proto => 'all',
41+
proto => 'tcp',
4242
port => $title,
4343
action => 'accept',
4444
}

0 commit comments

Comments
 (0)