OP#200 replace class names
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## postgresql_cd::firewall::iptables.pp
|
||||
# Module name: postgresql_cd
|
||||
## confdroid_postgresql::firewall::iptables.pp
|
||||
# Module name: confdroid_postgresql
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the alloy iptables
|
||||
###############################################################################
|
||||
class postgresql_cd::firewall::iptables (
|
||||
class confdroid_postgresql::firewall::iptables (
|
||||
|
||||
) inherits postgresql_cd::params {
|
||||
) inherits confdroid_postgresql::params {
|
||||
if ($fqdn == $pl_server_fqdn) and ($pl_enable_fw == true) {
|
||||
firewall { "${pl_fw_rule_order}${pl_fw_port} tcp port ${pl_fw_port}":
|
||||
source => $pl_source_range,
|
||||
|
||||
Reference in New Issue
Block a user