finish webhook sections - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
@@ -17,6 +17,13 @@ class puppet_cd::firewall::iptables (
|
||||
dport => '8443',
|
||||
jump => 'accept',
|
||||
}
|
||||
if $pt_use_r10k_webhook == true {
|
||||
firewall { '38080 open port 8080':
|
||||
proto => 'tcp',
|
||||
dport => '8080',
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if $fqdn == $pt_db_fqdn {
|
||||
|
||||
Reference in New Issue
Block a user