From ce795b43827f7f60496f77f4d83778fd8ce15cd8 Mon Sep 17 00:00:00 2001 From: Carlo Navarra <carlo.navarra@liu.se> Date: Mon, 29 May 2023 23:48:45 +0000 Subject: [PATCH] updated init.pp --- manifests/init.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 0c1e86f..471caef 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -73,7 +73,7 @@ class bright ( ssl => true, ssl_only => true, server => "${fact('networking.fqdn')} HTTPS", - proxy => 'http://localhost:8300/', + proxy => 'http://localhost:8300/' } nginx::resource::location { '/heat/': @@ -81,8 +81,9 @@ class bright ( ssl => true, ssl_only => true, server => "${fact('networking.fqdn')} HTTPS", - proxy => 'http://localhost:8400/', + proxy => 'http://localhost:8400/' } + } firewalld_service { -- GitLab