lint params
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
## cd_haproxy::server::service.pp
|
||||
# Module name: cd_haproxy
|
||||
## haproxy_cd::server::service.pp
|
||||
# Module name: haproxy_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the service(s) for cd_haproxy.
|
||||
# @summary Class manages the service(s) for haproxy_cd.
|
||||
#############################################################################
|
||||
class cd_haproxy::server::service (
|
||||
class haproxy_cd::server::service (
|
||||
|
||||
) inherits cd_haproxy::params {
|
||||
) inherits haproxy_cd::params {
|
||||
|
||||
if $fqdn == $hy_host_fqdn {
|
||||
|
||||
require cd_haproxy::firewall::iptables
|
||||
require haproxy_cd::firewall::iptables
|
||||
|
||||
service { $hy_service:
|
||||
ensure => running,
|
||||
|
||||
Reference in New Issue
Block a user