3
0
Arne Teuke
2025-10-26 14:35:05 +01:00
parent 2cde32d6e0
commit 6889e5f432

View File

@@ -20,7 +20,7 @@ class puppet_cd::firewall::iptables (
if $pt_use_r10k_webhook == true {
firewall { "3${pt_r10k_webhook_port} open port ${pt_r10k_webhook_port}":
proto => 'tcp',
dport => $pt_r10k_webhook_port
dport => $pt_r10k_webhook_port,
jump => 'accept',
}
}