Fixing config.hcl formatting-5

This commit is contained in:
Eric Renfro 2018-05-15 02:45:25 -04:00
parent ac27130405
commit ab1a3256c5
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ storage "consul" {
storage "file" {
path = "{{ config.data_dir }}"
}
{% endif %}
{%- endif %}
default_lease_ttl="{{ config.default_lease_ttl }}"
max_lease_ttl="{{ config.max_lease_ttl }}"

View File

@ -12,6 +12,7 @@ ExecReload=/bin/kill -signal HUP $MAINPID
ExecStop=/usr/local/bin/vault operator step-down
Restart=on-failure
CapabilityBoundingSet=CAP_SYSLOG CAP_IPC_LOCK
AmbientCapabilities=CAP_IPC_LOCK
SecureBits=keep-caps
NoNewPrivileges=yes
KillSignal=SIGINT