move to webrick webhook - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
@@ -18,9 +18,9 @@ class puppet_cd::firewall::iptables (
|
||||
jump => 'accept',
|
||||
}
|
||||
if $pt_use_r10k_webhook == true {
|
||||
firewall { '34000 open port 4000':
|
||||
firewall { "3${pt_r10k_webhook_port} open port ${pt_r10k_webhook_port}":
|
||||
proto => 'tcp',
|
||||
dport => '4000',
|
||||
dport => $pt_r10k_webhook_port
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user