lint params
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
## cd_haproxy::firewall::iptables.pp
|
||||
# Module name: cd_haproxy
|
||||
## haproxy_cd::firewall::iptables.pp
|
||||
# Module name: haproxy_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary manage firewall settings through cd_firewall or puppetlabs-firewall
|
||||
###############################################################################
|
||||
class cd_haproxy::firewall::iptables (
|
||||
class haproxy_cd::firewall::iptables (
|
||||
|
||||
) inherits cd_haproxy::params {
|
||||
) inherits haproxy_cd::params {
|
||||
|
||||
if ($fqdn == $hy_host_fqdn) and ($hy_manage_fw == true) {
|
||||
|
||||
require cd_haproxy::main::files
|
||||
require haproxy_cd::main::files
|
||||
|
||||
firewall { "${hy_fw_order_no}${hy_http_port} tcp port ${hy_http_port}":
|
||||
proto => 'tcp',
|
||||
|
||||
Reference in New Issue
Block a user