fix tests
This commit is contained in:
parent
773e8d118f
commit
a027faa8ca
3 changed files with 3 additions and 1 deletions
|
@ -83,6 +83,6 @@ if node.metadata.get('matrix-synapse/sliding_sync/version', None):
|
|||
'needs': {
|
||||
'file:/usr/local/bin/matrix-sliding-sync',
|
||||
'file:/usr/local/lib/systemd/system/matrix-sliding-sync.service',
|
||||
'postgres_db:matrix-sliding-sync',
|
||||
'postgres_db:synapse',
|
||||
},
|
||||
}
|
||||
|
|
|
@ -22,6 +22,7 @@ VERSIONS_SHIPPED_BY_DEBIAN = {
|
|||
|
||||
@metadata_reactor.provides(
|
||||
'apt/repos/nodejs/items',
|
||||
'apt/additional_update_commands',
|
||||
)
|
||||
def nodejs_from_version(metadata):
|
||||
version = metadata.get('nodejs/version')
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
nodes['fkusei-locutus'] = {
|
||||
'dummy': True,
|
||||
'hostname': '10.5.99.29',
|
||||
'bundles': {
|
||||
'arch-with-gui',
|
||||
|
|
Loading…
Reference in a new issue