From 1950857794e389f4eb445edc8a2c6528c685eb23 Mon Sep 17 00:00:00 2001 From: Carlo Navarra <carlo.navarra@liu.se> Date: Mon, 26 Sep 2022 16:09:15 +0000 Subject: [PATCH] Update manifests/init.pp --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 44e8286..54a96ee 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -36,7 +36,7 @@ class ai4ca ( ssl_ciphers => 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384', } - nginx::resource::location { '/test': + nginx::resource::location { '/va': ensure => present, ssl => true, ssl_only => true, -- GitLab