From 90b51e3b95a3e7a0b5c89de09da6849fa2fd3621 Mon Sep 17 00:00:00 2001
From: Colan Schwartz <colan@58704.no-reply.drupal.org>
Date: Fri, 24 May 2019 10:22:53 -0400
Subject: [PATCH] Issue #3051058 by colan: Enabled modules Composer Deploy via
 Git and Git Deploy (without Composer) by default.

---
 hostmaster.info | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hostmaster.info b/hostmaster.info
index c155d8d..daac0cc 100644
--- a/hostmaster.info
+++ b/hostmaster.info
@@ -31,6 +31,10 @@ dependencies[] = hosting_server
 ;dependencies[] = hosting_cron
 ;dependencies[] = hosting_migrate
 
+;; Aegir golden contrib ;;
+dependencies[] = hosting_platform_composer_git
+dependencies[] = hosting_platform_git
+
 ;; Drupal contrib ;;
 dependencies[] = admin_menu
 dependencies[] = betterlogin
-- 
2.20.1

