From d98ca06e7bfd8e8cbdbc5e7f8b68e3b30d27b9a2 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Dec 2018 18:11:37 +0100 Subject: [PATCH] adds directory control for errors --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 7182fe4..2f163a8 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -129,7 +129,7 @@ $hy_errors_dir = "${hy_main_dir}/errors" $hy_main_config = "${hy_main_dir}/haproxy.cfg" $hy_config_head_erb = 'cd_haproxy/haproxy_head.erb' $hy_400_file = "${hy_errors_dir}/400.http" -$hy_400_erb = 'cd_haproxy/400_http.erb' +$hy_400_erb = 'cd_haproxy/errors/400_http.erb' # includes must be last