fix template

This commit is contained in:
Arne Teuke
2025-05-18 17:56:49 +02:00
parent d0fbf503fb
commit ecda4b6b7e
27 changed files with 11 additions and 5444 deletions

View File

@@ -58,7 +58,7 @@
class haproxy_cd::params (
String $pkg_ensure = 'latest',
Array $reqpackages = ['haproxy','httpd-tools'],
Array $reqpackages = ['haproxy','httpd-tools'],
String $hy_host_fqdn = undef,

View File

@@ -33,7 +33,7 @@
###############################################################################
define haproxy_cd::server::proxy (
String $haproxy_fqdn = undef,
String $haproxy_fqdn = undef,
String $frontend_name = undef,
String $frontend_mode = undef,
String $fe_use_backend = '',