From f1fb24d86b84941bda726f687652ef505db19302 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Thu, 18 Apr 2019 14:31:24 -0500 Subject: [PATCH] Update Acquia metadata - Change category to PaaS - Add Apache, Percona, and Amazon EC2 to implies based on their architecture page. fixes #2670 --- src/apps.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 327729bb9..bd57bc8a4 100644 --- a/src/apps.json +++ b/src/apps.json @@ -141,13 +141,18 @@ }, "Acquia Cloud": { "cats": [ - 22 + 62 ], "headers": { "X-AH-Environment": "^\\w+$" }, "icon": "acquia-cloud.png", - "implies": "Drupal\\;confidence:95", + "implies": [ + "Drupal\\;confidence:95", + "Apache", + "Percona", + "Amazon EC2" + ], "website": "https://www.acquia.com/" }, "Act-On": {