diff --git a/manifests/init.pp b/manifests/init.pp index d7248100c7c81fada02919e7f83d6dc406a5adc2..65eed563737ae5cef649785597f5052e1cf4a754 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 {