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 {
|
||||
destination = "local/ldap.secret"
|
||||
data = "{{ key \"api/ldap/secret\" }}"
|
||||
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
|
||||
}
|
||||
|
||||
resources {
|
||||
|
|
Loading…
Reference in a new issue