Bug fixing slspath-2

This commit is contained in:
Eric Renfro 2018-05-15 02:28:16 -04:00
parent 9ed7643009
commit 4051bf2dee
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
4 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,8 @@ vault-config:
- name: /etc/vault.d/config.hcl
- source: salt://vault/files/config.hcl
- template: jinja
- context:
statepath: {{ slspath }}
- user: {{ vault.user }}
- group: {{ vault.group }}
- mode: 0640

View File

@ -1,4 +1,4 @@
{%- from slspath + '/map.jinja' import vault with context -%}
{%- from statepath + '/map.jinja' import vault with context -%}
listener "{{ vault.config.listen_protocol }}" {
address = "{{ vault.config.listen_address }}:{{ vault.config.listen_port }}"

View File

@ -1,4 +1,4 @@
{%- from slspath + '/map.jinja' import vault with context -%}
{%- from statepath + '/map.jinja' import vault with context -%}
[Unit]
Description=vault server
Requires=network-online.target

View File

@ -42,6 +42,7 @@ vault-init-file:
- context:
user: {{ vault.user }}
group: {{ vault.group }}
statepath: {{ slspath }}
- mode: 0644
{%- elif salt['test.provider']('service') == 'upstart' %}
- source: salt://{{ slspath }}/files/vault.upstart