Skip to content
Snippets Groups Projects

Test

Merged Joakim Olovsson requested to merge test into production
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -27,8 +27,11 @@ class ai4ca (
}
nginx::resource::location { '/test':
server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8100',
ensure => present,
ssl => true,
ssl_only => true,
server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8100',
}
firewalld_service {
Loading