diff --git a/manifests/init.pp b/manifests/init.pp
index 0c1e86f895619df4e9330c701a6794dbef085602..471caef61f5e6822f27461b452830a0f993f0443 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 {