Merge pull request #16 from adgear/fix_line_feeds
[FIX] Unable to install Vault
This commit is contained in:
commit
00ed2f9337
1 changed files with 2 additions and 1 deletions
|
@ -68,8 +68,9 @@ vault:
|
|||
- require:
|
||||
{%- if vault.self_signed_cert.enabled %}
|
||||
- cmd: generate self signed SSL certs
|
||||
{% endif -%}
|
||||
{% endif %}
|
||||
- file: /etc/vault/config/server.hcl
|
||||
- cmd: install vault
|
||||
- onchanges:
|
||||
- cmd: install vault
|
||||
- file: /etc/vault/config/server.hcl
|
||||
|
|
Loading…
Reference in a new issue