bundles/matrix-synapse: don't remove conf.d directory
We're taking care of that by deploying a override.conf instead
This commit is contained in:
parent
a67353e24f
commit
4b41a00ac4
1 changed files with 0 additions and 6 deletions
|
@ -21,12 +21,6 @@ files = {
|
|||
'/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',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
svc_systemd = {
|
||||
|
|
Loading…
Reference in a new issue