add fqdn to define

This commit is contained in:
Arne Teuke
2025-05-16 20:14:10 +02:00
parent c92c1c4a98
commit 5b0995988c
25 changed files with 2 additions and 5403 deletions

View File

@@ -60,6 +60,8 @@ define haproxy_cd::server::proxy (
String $be_acl_rule = '',
) {
$fqdn = $facts['networking']['fqdn']
$hy_main_config = '/etc/haproxy/haproxy.cfg'
$hy_frontendrule = 'haproxy_cd/haproxy_frontend_rule.erb'
$hy_backendrule = 'haproxy_cd/haproxy_backend_rule.erb'