From a027faa8ca673be5b28276e95c05030efb32dedd Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 23 Mar 2024 10:35:02 +0100 Subject: [PATCH] fix tests --- bundles/matrix-synapse/items.py | 2 +- bundles/nodejs/metadata.py | 1 + nodes/fkusei-locutus.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bundles/matrix-synapse/items.py b/bundles/matrix-synapse/items.py index fc851c6..47a9758 100644 --- a/bundles/matrix-synapse/items.py +++ b/bundles/matrix-synapse/items.py @@ -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', }, } diff --git a/bundles/nodejs/metadata.py b/bundles/nodejs/metadata.py index 544cd9c..cc484b2 100644 --- a/bundles/nodejs/metadata.py +++ b/bundles/nodejs/metadata.py @@ -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') diff --git a/nodes/fkusei-locutus.py b/nodes/fkusei-locutus.py index 8654cf8..f88830d 100644 --- a/nodes/fkusei-locutus.py +++ b/nodes/fkusei-locutus.py @@ -1,4 +1,5 @@ nodes['fkusei-locutus'] = { + 'dummy': True, 'hostname': '10.5.99.29', 'bundles': { 'arch-with-gui',