Skip to content

Commit

Permalink
test(config): correct more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjorklin committed Mar 30, 2019
1 parent 297d784 commit 507ee9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions vault/config/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
{% from "vault/map.jinja" import vault with context %}

include:
{%- if not vault.dev_mode %}
- .config
{%- endif %}
{%- if vault.self_signed_cert.enabled %}
- .self-sign
{%- endif %}
2 changes: 1 addition & 1 deletion vault/files/vault.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script
{%- if vault.dev_mode %}
-dev \
{% else %}
-config="/etc/vault/config/server.hcl" \
-config="/etc/vault/conf.d/config.json" \
{% endif -%}
>>/var/log/vault.log 2>&1
end script

0 comments on commit 507ee9f

Please sign in to comment.