factstore: secret backends now can return the path to a secret dynamically

try to move path function out
This commit is contained in:
Jörg Thalheim
2024-04-09 18:04:26 +02:00
committed by Mic92
parent 42b482d572
commit d049067096
8 changed files with 75 additions and 67 deletions

View File

@@ -65,7 +65,14 @@
# optimization for faster secret generate/upload and machines update
config = {
system.clan.deployment.data = {
inherit (config.clanCore) facts;
facts = {
inherit (config.clanCore.facts)
secretUploadDirectory
secretModule
publicModule
services
;
};
inherit (config.clan.networking) targetHost buildHost;
inherit (config.clan.deployment) requireExplicitUpdate;
};