X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/e60e3d1b2fb7664254de8c32ef68a45c6e667d33..aea99ea5eafb8d2256a6441a72021eaf9db7cbb2:/test/salt/pillar/examples/nginx_workbench2_configuration.sls diff --git a/test/salt/pillar/examples/nginx_workbench2_configuration.sls b/test/salt/pillar/examples/nginx_workbench2_configuration.sls index 13c1da0..3c3ba4e 100644 --- a/test/salt/pillar/examples/nginx_workbench2_configuration.sls +++ b/test/salt/pillar/examples/nginx_workbench2_configuration.sls @@ -36,6 +36,8 @@ nginx: arvados_workbench2_ssl.conf: enabled: true overwrite: true + requires: + file: nginx_snippet_arvados-snakeoil.conf config: - server: - server_name: workbench2.fixme.example.net @@ -50,7 +52,6 @@ nginx: - location /config.json: - return: {{ "200 '" ~ '{"API_HOST":"fixme.example.net"}' ~ "'" }} - include: 'snippets/ssl_hardening_default.conf' - # - include: 'snippets/letsencrypt.conf' - - include: 'snippets/ssl_snakeoil.conf' + - include: 'snippets/arvados-snakeoil.conf' - access_log: /var/log/nginx/workbench2.fixme.example.net.access.log combined - error_log: /var/log/nginx/workbench2.fixme.example.net.error.log