Fix seafile

This commit is contained in:
Quentin 2020-12-22 14:40:04 +01:00
parent e628dc44ba
commit bb5a82b056
2 changed files with 2 additions and 3 deletions

View File

@ -162,14 +162,13 @@ job "seafile" {
}
# ---- secrets ----
# @FIXME should be put in the secret hierarchy in consul
template {
data = "{{ key \"configuration/seafile/conf/mykey.peer\" }}"
data = "{{ key \"secrets/seafile/conf/mykey.peer\" }}"
destination = "secrets/ccnet/mykey.peer"
}
template {
data = "{{ key \"configuration/seafile/conf/mykey.peer\" }}"
data = "{{ key \"secrets/seafile/conf/mykey.peer\" }}"
destination = "secrets/conf/mykey.peer"
}
}