Fixing config.hcl formatting-5
This commit is contained in:
parent
ac27130405
commit
ab1a3256c5
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ storage "consul" {
|
||||||
storage "file" {
|
storage "file" {
|
||||||
path = "{{ config.data_dir }}"
|
path = "{{ config.data_dir }}"
|
||||||
}
|
}
|
||||||
{% endif %}
|
{%- endif %}
|
||||||
|
|
||||||
default_lease_ttl="{{ config.default_lease_ttl }}"
|
default_lease_ttl="{{ config.default_lease_ttl }}"
|
||||||
max_lease_ttl="{{ config.max_lease_ttl }}"
|
max_lease_ttl="{{ config.max_lease_ttl }}"
|
||||||
|
|
|
@ -12,6 +12,7 @@ ExecReload=/bin/kill -signal HUP $MAINPID
|
||||||
ExecStop=/usr/local/bin/vault operator step-down
|
ExecStop=/usr/local/bin/vault operator step-down
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
CapabilityBoundingSet=CAP_SYSLOG CAP_IPC_LOCK
|
CapabilityBoundingSet=CAP_SYSLOG CAP_IPC_LOCK
|
||||||
|
AmbientCapabilities=CAP_IPC_LOCK
|
||||||
SecureBits=keep-caps
|
SecureBits=keep-caps
|
||||||
NoNewPrivileges=yes
|
NoNewPrivileges=yes
|
||||||
KillSignal=SIGINT
|
KillSignal=SIGINT
|
||||||
|
|
Loading…
Reference in a new issue