Fixing config.hcl formatting-4
This commit is contained in:
parent
9a93bc9b34
commit
ac27130405
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ storage "consul" {
|
||||||
address = "{{ config.storage.address }}"
|
address = "{{ config.storage.address }}"
|
||||||
path = "{{ config.storage.path }}"
|
path = "{{ config.storage.path }}"
|
||||||
}
|
}
|
||||||
{% else -%}
|
{%- else -%}
|
||||||
storage "file" {
|
storage "file" {
|
||||||
path = "{{ config.data_dir }}"
|
path = "{{ config.data_dir }}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue