From 1059a1ff49f07a51f4b2c01929e427e4620df2a8 Mon Sep 17 00:00:00 2001
From: Carlo Navarra <carlo.navarra@liu.se>
Date: Sat, 29 Mar 2025 20:32:44 +0000
Subject: [PATCH] Update file init.pp

---
 manifests/init.pp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 6df4172..6a3aaaa 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -84,7 +84,7 @@ class bright (
       proxy    => 'http://localhost:8400/'
     }
 
-    nginx::resource::location { '/air-gic/':
+    nginx::resource::location { '/airgic/':
       ensure   => present,
       ssl      => true,
       ssl_only => true,
@@ -92,7 +92,7 @@ class bright (
       proxy    => 'http://localhost:8320/'
     }
 
-    nginx::resource::location { '/heat-gic/':
+    nginx::resource::location { '/heatgic/':
       ensure   => present,
       ssl      => true,
       ssl_only => true,
-- 
GitLab