readd r10k 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 { '38080 open port 8080':
|
||||
firewall { '38088 open port 8088':
|
||||
proto => 'tcp',
|
||||
dport => '8080',
|
||||
dport => '8088',
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user