bundles/matrix-synapse: remove conf.d, fix server name
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5e2fea8497
commit
7d911ce835
2 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
server_name: "${server_name}"
|
server_name: ${server_name}
|
||||||
pid_file: "/var/run/matrix-synapse.pid"
|
pid_file: "/var/run/matrix-synapse.pid"
|
||||||
public_baseurl: https://${baseurl}/
|
public_baseurl: https://${baseurl}/
|
||||||
use_presence: true
|
use_presence: true
|
||||||
|
|
|
@ -12,11 +12,8 @@ files = {
|
||||||
'/etc/matrix-synapse/homeserver.signing.key': {
|
'/etc/matrix-synapse/homeserver.signing.key': {
|
||||||
'content': repo.vault.decrypt_file('matrix-synapse/{}/homeserver_signing.key.vault'.format(node.name)),
|
'content': repo.vault.decrypt_file('matrix-synapse/{}/homeserver_signing.key.vault'.format(node.name)),
|
||||||
},
|
},
|
||||||
}
|
|
||||||
|
|
||||||
directories = {
|
|
||||||
'/etc/matrix-synapse/conf.d': {
|
'/etc/matrix-synapse/conf.d': {
|
||||||
'purge': True,
|
'delete': True,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +21,7 @@ svc_systemd = {
|
||||||
'matrix-synapse': {
|
'matrix-synapse': {
|
||||||
'needs': {
|
'needs': {
|
||||||
'file:/etc/matrix-synapse/homeserver.yaml',
|
'file:/etc/matrix-synapse/homeserver.yaml',
|
||||||
'directory:/etc/matrix-synapse/conf.d',
|
'file:/etc/matrix-synapse/conf.d',
|
||||||
'pkg_apt:matrix-synapse-py3',
|
'pkg_apt:matrix-synapse-py3',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue