forked from Deuxfleurs/infrastructure
Fix seafile
This commit is contained in:
parent
e628dc44ba
commit
bb5a82b056
2 changed files with 2 additions and 3 deletions
0
app/config/secrets/seafile/conf/mykey.peer.sample
Normal file
0
app/config/secrets/seafile/conf/mykey.peer.sample
Normal 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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue