Skip to content
Snippets Groups Projects

Update manifests/init.pp

Closed Carlo Navarra requested to merge carna56-production-patch-32677 into production
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -59,6 +59,15 @@ class bright (
@@ -59,6 +59,15 @@ class bright (
server => "${fact('networking.fqdn')} HTTPS",
server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8100/',
proxy => 'http://localhost:8100/',
}
}
 
 
nginx::resource::location { '/app2/':
 
ensure => present,
 
ssl => true,
 
ssl_only => true,
 
server => "${fact('networking.fqdn')} HTTPS",
 
proxy => 'http://localhost:8200/',
 
}
 
}
}
firewalld_service {
firewalld_service {
Loading