clanModules/importer: Init importer inventory module

Initialize the `importer` inventory module.
It is a power user module that allows for convenient, flexible,
structured imports for hosts.

It exposes the `extraModules` functionality of the inventory,
without any added configuration.

Closes: #2356
This commit is contained in:
a-kenji
2024-11-19 13:44:03 +01:00
parent 9030fa0cf4
commit de48d3447d
5 changed files with 34 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
golem-provider = ./golem-provider;
heisenbridge = ./heisenbridge;
iwd = ./iwd;
importer = ./importer;
localbackup = ./localbackup;
localsend = ./localsend;
matrix-synapse = ./matrix-synapse;