From 20e37ae81b61c431c0f9c9da23b2ada0f829a6bd Mon Sep 17 00:00:00 2001 From: Valentin Gutierrez Date: Fri, 28 Apr 2023 12:02:24 +0200 Subject: [PATCH] hiera: Enable http->https in haproxy on cp5017,cp5025 Bug: T322774 Change-Id: Iddc428e09f69af19808f8e851c5544625ef55e6f --- hieradata/hosts/cp5017.yaml | 1 + hieradata/hosts/cp5025.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/hieradata/hosts/cp5017.yaml b/hieradata/hosts/cp5017.yaml index 58d307d1d7f..39fdd4093a4 100644 --- a/hieradata/hosts/cp5017.yaml +++ b/hieradata/hosts/cp5017.yaml @@ -1 +1,2 @@ profile::cache::varnish::frontend::enable_http_redirection: false +profile::cache::haproxy::http_redirection_port: 80 diff --git a/hieradata/hosts/cp5025.yaml b/hieradata/hosts/cp5025.yaml index 58d307d1d7f..39fdd4093a4 100644 --- a/hieradata/hosts/cp5025.yaml +++ b/hieradata/hosts/cp5025.yaml @@ -1 +1,2 @@ profile::cache::varnish::frontend::enable_http_redirection: false +profile::cache::haproxy::http_redirection_port: 80