From 6ff1a23e124a03d98b289a7043d76de8a76c0af9 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 14 Mar 2026 13:32:34 +0100 Subject: [PATCH] OP#493 fix path for lb template --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 632683e..736af28 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -99,7 +99,7 @@ class confdroid_apache::params ( $ae_index_file = '/var/www/html/index.html' $ae_index_erb = 'confdroid_apache/index_html.erb' $ae_remoteip_file = '/etc/httpd/conf.d/loadbalancer-remoteip.conf' - $ae_remoteip_erb = 'confdroid_apache/loadbalancer_remoteip_conf.erb' + $ae_remoteip_erb = 'confdroid_apache/loadbalancer/remoteip.conf.erb' # includes must be last include confdroid_apache::main::config