diff --git a/ccp/vars b/ccp/vars
index 0900914..cdc6877 100644
--- a/ccp/vars
+++ b/ccp/vars
@@ -29,4 +29,12 @@ done
 idManagementSetup
 mtbaSetup
 obds2fhirRestSetup
-blazeSecondarySetup
\ No newline at end of file
+blazeSecondarySetup
+
+for module in modules/*.sh
+do
+    log DEBUG "sourcing $module"
+    source $module
+done
+
+transfairSetup
\ No newline at end of file