update define with array
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Module name: haproxy_cd
|
||||
# Author: Arne Teuke (arne_teuke@ConfDroid.com)
|
||||
# @summary Define manages the proxies for haproxy_cd.
|
||||
# @param [String] haproxy_fqdn the fqdn of the haproxy server in question.
|
||||
# @param [Array] haproxy_fqdn the fqdn of the haproxy server in question.
|
||||
# @param [String] frontend_name the name for the frontend section rule.
|
||||
# @param [String] frontend_order where the concat should appear in the file.
|
||||
# @param [String] frontend_mode mode for the loadbalancer instance: http or tcp
|
||||
@@ -33,7 +33,7 @@
|
||||
###############################################################################
|
||||
define haproxy_cd::server::proxy (
|
||||
|
||||
String $haproxy_fqdn = undef,
|
||||
Array $haproxy_fqdn = undef,
|
||||
String $frontend_name = undef,
|
||||
String $frontend_mode = undef,
|
||||
String $fe_use_backend = '',
|
||||
|
||||
Reference in New Issue
Block a user