3
0

OP#195 change class names

This commit is contained in:
12ww1160
2025-12-13 13:25:01 +01:00
parent 92285116d4
commit 0ff1f053e6
10 changed files with 61 additions and 61 deletions

View File

@@ -1,10 +1,10 @@
# prometheus_cd::firewall::iptables.pp
# Module name: prometheus_cd
# confdroid_prometheus::firewall::iptables.pp
# Module name: confdroid_prometheus
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages the firewall rules for the prometheus_cd module.
# @summary Class manages the firewall rules for the confdroid_prometheus module.
##############################################################################
class prometheus_cd::firewall::iptables (
) inherits prometheus_cd::params {
class confdroid_prometheus::firewall::iptables (
) inherits confdroid_prometheus::params {
if ($ps_prom_host == $fqdn) and ($ps_manage_fw == true) {
# main port
firewall { "${ps_fw_prefix}${$ps_main_port} main port":