OP#409 initial commit after fork
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## cd_apache::firewall::iptables.pp
|
||||
# Module name: cd_apache
|
||||
# Author: Arne Teuke (arne_teuke@ConfDroid.com)
|
||||
## confdroid_apache::firewall::iptables.pp
|
||||
# Module name: confdroid_apache
|
||||
# Author: 12ww1160 (12ww1160@ConfDroid.com)
|
||||
# @summary manage firewall settings through cd_firewall or puppetlabs-firewall
|
||||
###############################################################################
|
||||
class cd_apache::firewall::iptables (
|
||||
class confdroid_apache::firewall::iptables (
|
||||
|
||||
) inherits cd_apache::params {
|
||||
) inherits confdroid_apache::params {
|
||||
if $ae_manage_fw == true {
|
||||
firewall { "${ae_order_no}${ae_http_port} tcp http port ${ae_http_port}":
|
||||
proto => ['tcp','udp'],
|
||||
|
||||
Reference in New Issue
Block a user