From 68dad54fbe17eabac29b7076b83052ab929245b7 Mon Sep 17 00:00:00 2001 From: Joakim Olovsson <joakim.olovsson@liu.se> Date: Fri, 23 Sep 2022 20:44:43 +0200 Subject: [PATCH] Add trailing slash --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 06a3a0e..44e8286 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -41,7 +41,7 @@ class ai4ca ( ssl => true, ssl_only => true, server => "${fact('networking.fqdn')} HTTPS", - proxy => 'http://localhost:8100', + proxy => 'http://localhost:8100/', } firewalld_service { -- GitLab