factstore: secret backends now can return the path to a secret dynamically
try to move path function out
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user