This commit is contained in:
@@ -20,6 +20,7 @@ class puppet_cd::firewall::iptables (
|
|||||||
if $pt_use_r10k_webhook == true {
|
if $pt_use_r10k_webhook == true {
|
||||||
firewall { "3${pt_r10k_webhook_port} open port ${pt_r10k_webhook_port}":
|
firewall { "3${pt_r10k_webhook_port} open port ${pt_r10k_webhook_port}":
|
||||||
proto => 'tcp',
|
proto => 'tcp',
|
||||||
|
source => '10.0.1.0/24',
|
||||||
dport => $pt_r10k_webhook_port,
|
dport => $pt_r10k_webhook_port,
|
||||||
jump => 'accept',
|
jump => 'accept',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user