From 04f564212b789e3f73f3b4a5a00e4096a375138e Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Thu, 17 May 2018 16:56:47 +0200 Subject: [PATCH] added fbb-api envs v2 --- customer/fbb-api/{developement.yaml => development.yaml} | 5 +++-- customer/fbb-api/production.yaml | 7 ++++--- customer/fbb-api/test.yaml | 5 +++-- 3 files changed, 10 insertions(+), 7 deletions(-) rename customer/fbb-api/{developement.yaml => development.yaml} (99%) diff --git a/customer/fbb-api/developement.yaml b/customer/fbb-api/development.yaml similarity index 99% rename from customer/fbb-api/developement.yaml rename to customer/fbb-api/development.yaml index 746ea371..7c564ac2 100644 --- a/customer/fbb-api/developement.yaml +++ b/customer/fbb-api/development.yaml @@ -1,9 +1,10 @@ --- -repo::remi_php72: true - infra::additional_classes: - infra::profile::apache_php +repo::remi_php72: true + + php::extensions: gd: {} opcache: {} diff --git a/customer/fbb-api/production.yaml b/customer/fbb-api/production.yaml index 810baa50..7c564ac2 100644 --- a/customer/fbb-api/production.yaml +++ b/customer/fbb-api/production.yaml @@ -1,9 +1,10 @@ --- -repo::remi_php72: true - infra::additional_classes: - infra::profile::apache_php +repo::remi_php72: true + + php::extensions: gd: {} opcache: {} @@ -11,4 +12,4 @@ php::extensions: mbstring: {} zip: {} xml: {} - json: {} + json: {} diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml index 746ea371..7c564ac2 100644 --- a/customer/fbb-api/test.yaml +++ b/customer/fbb-api/test.yaml @@ -1,9 +1,10 @@ --- -repo::remi_php72: true - infra::additional_classes: - infra::profile::apache_php +repo::remi_php72: true + + php::extensions: gd: {} opcache: {} -- 2.39.5