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',