From 8104711075101b84d35dad9bb800a4a0d520097e Mon Sep 17 00:00:00 2001 From: Croft Date: Wed, 6 Mar 2024 11:26:07 +0100 Subject: [PATCH] Allow user to push star model facts to Directory This takes advantage of new functionality added to Directory sync. Defaults to false. --- bbmri/modules/directory-sync-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bbmri/modules/directory-sync-compose.yml b/bbmri/modules/directory-sync-compose.yml index 9776ecb..99cb467 100644 --- a/bbmri/modules/directory-sync-compose.yml +++ b/bbmri/modules/directory-sync-compose.yml @@ -6,3 +6,4 @@ services: DS_DIRECTORY_USER_NAME: ${DS_DIRECTORY_USER_NAME} DS_DIRECTORY_PASS_CODE: ${DS_DIRECTORY_PASS_CODE} DS_TIMER_CRON: ${DS_TIMER_CRON} + DS_DIRECTORY_ALLOW_STAR_MODEL: ${DS_DIRECTORY_ALLOW_STAR_MODEL}