Bug fixing slspath-3
This commit is contained in:
parent
4051bf2dee
commit
dc251d29b1
2 changed files with 0 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
{%- from statepath + '/map.jinja' import vault with context -%}
|
||||
|
||||
listener "{{ vault.config.listen_protocol }}" {
|
||||
address = "{{ vault.config.listen_address }}:{{ vault.config.listen_port }}"
|
||||
tls_disable = {{ vault.config.tls_disable }}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{%- from statepath + '/map.jinja' import vault with context -%}
|
||||
[Unit]
|
||||
Description=vault server
|
||||
Requires=network-online.target
|
||||
|
|
Loading…
Reference in a new issue