api: clarify secret syntax
This commit is contained in:
parent
45422f355d
commit
90a21e891c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ EOH
|
||||||
|
|
||||||
template {
|
template {
|
||||||
destination = "local/ldap.secret"
|
destination = "local/ldap.secret"
|
||||||
data = "{{ key \"api/ldap/secret\" }}"
|
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
|
|
Loading…
Reference in a new issue