OP#195 change class names
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user