Merge pull request #16 from adgear/fix_line_feeds

[FIX] Unable to install Vault
This commit is contained in:
myoung34 2018-01-27 18:39:30 -06:00 committed by GitHub
commit 00ed2f9337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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