bundles/matrix-synapse: deploy override.conf to make sure synapse doesn't try to load config from there
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6a12b564ac
commit
1744596296
2 changed files with 19 additions and 1 deletions
|
@ -9,11 +9,23 @@ files = {
|
|||
'svc_systemd:matrix-synapse:restart',
|
||||
},
|
||||
},
|
||||
'/etc/systemd/system/matrix-synapse.service.d/override.conf': {
|
||||
'needs': {
|
||||
'pkg_apt:matrix-synapse-py3',
|
||||
},
|
||||
'triggers': {
|
||||
'action:systemd-reload',
|
||||
'svc_systemd:matrix-synapse:restart',
|
||||
},
|
||||
},
|
||||
'/etc/matrix-synapse/homeserver.signing.key': {
|
||||
'content': repo.vault.decrypt_file('matrix-synapse/{}/homeserver_signing.key.vault'.format(node.name)),
|
||||
},
|
||||
'/etc/matrix-synapse/conf.d': {
|
||||
'delete': True,
|
||||
'needs': {
|
||||
'file:/etc/systemd/system/matrix-synapse.service.d/override.conf',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -21,7 +33,7 @@ svc_systemd = {
|
|||
'matrix-synapse': {
|
||||
'needs': {
|
||||
'file:/etc/matrix-synapse/homeserver.yaml',
|
||||
'file:/etc/matrix-synapse/conf.d',
|
||||
'file:/etc/systemd/system/matrix-synapse.service.d/override.conf',
|
||||
'pkg_apt:matrix-synapse-py3',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue