Skip to content

Commit 8598a15

Browse files
committed
Add git tcp port to firewall, #461
1 parent 1350921 commit 8598a15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

manifests/maverick-modules/maverick_security/manifests/firewall_common.pp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
proto => tcp,
77
action => accept,
88
}
9+
10+
### Allow git traffic
11+
maverick_security::firewall::firerule { "git":
12+
ports => [9148],
13+
ips => hiera("firewall_ips"),
14+
proto => "tcp", # allow both tcp and udp for rtsp and rtp
15+
}
916

1017
}

0 commit comments

Comments
 (0)