Array to String

This commit is contained in:
Arne Teuke
2025-05-16 20:08:41 +02:00
parent 45b89f136c
commit 512035abe9
25 changed files with 2 additions and 5405 deletions

View File

@@ -2,7 +2,7 @@
# Module name: haproxy_cd
# Author: Arne Teuke (arne_teuke@ConfDroid.com)
# @summary Define manages the proxies for haproxy_cd.
# @param [Array] haproxy_fqdn the fqdn of the haproxy server in question.
# @param [String] 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 (
Array $haproxy_fqdn = undef,
String $haproxy_fqdn = undef,
String $frontend_name = undef,
String $frontend_mode = undef,
String $fe_use_backend = '',