Skip to content
Snippets Groups Projects
Commit ce795b43 authored by Carlo Navarra's avatar Carlo Navarra
Browse files

updated init.pp

parent 39b8f4d6
Branches
No related tags found
1 merge request!5Resolve "add other proxies"
Pipeline #98419 failed
...@@ -73,7 +73,7 @@ class bright ( ...@@ -73,7 +73,7 @@ class bright (
ssl => true, ssl => true,
ssl_only => true, ssl_only => true,
server => "${fact('networking.fqdn')} HTTPS", server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8300/', proxy => 'http://localhost:8300/'
} }
nginx::resource::location { '/heat/': nginx::resource::location { '/heat/':
...@@ -81,8 +81,9 @@ class bright ( ...@@ -81,8 +81,9 @@ class bright (
ssl => true, ssl => true,
ssl_only => true, ssl_only => true,
server => "${fact('networking.fqdn')} HTTPS", server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8400/', proxy => 'http://localhost:8400/'
} }
} }
firewalld_service { firewalld_service {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment