remove puppetdb fw settings - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
@@ -26,27 +26,4 @@ class puppet_cd::firewall::iptables (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if $fqdn == $pt_db_fqdn {
|
|
||||||
if $pt_use_ssl_only != true {
|
|
||||||
firewall { "3${pt_no_ssl_port} open port ${pt_no_ssl_port}":
|
|
||||||
proto => 'tcp',
|
|
||||||
dport => $pt_no_ssl_port,
|
|
||||||
jump => 'accept',
|
|
||||||
}
|
|
||||||
firewall { "3${pt_ssl_port} open port ${pt_ssl_port}":
|
|
||||||
proto => 'tcp',
|
|
||||||
dport => $pt_ssl_port,
|
|
||||||
jump => 'accept',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if $pt_use_ssl_only == true {
|
|
||||||
firewall { "3${pt_ssl_port} open port ${pt_ssl_port}":
|
|
||||||
proto => 'tcp',
|
|
||||||
dport => $pt_ssl_port,
|
|
||||||
jump => 'accept',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user