Skip to content
Snippets Groups Projects

Update manifests/init.pp

Merged Carlo Navarra requested to merge carna56-production-patch-47398 into production
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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,
Loading