diff --git a/manifests/init.pp b/manifests/init.pp index 44e82864d85ad5a7ed03c044838d5e8d1e205c72..54a96ee1450632ad596a94a38f015c96e9f6517c 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,