From 3f4938b5f6d5813a57ed20f5a86667a615d38433 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Thu, 17 May 2018 16:52:34 +0200 Subject: [PATCH] added fbb-api envs --- customer/fbb-api/common.yaml | 11 +---------- customer/fbb-api/developement.yaml | 14 ++++++++++++++ customer/fbb-api/production.yaml | 14 ++++++++++++++ customer/fbb-api/test.yaml | 14 ++++++++++++++ 4 files changed, 43 insertions(+), 10 deletions(-) create mode 100644 customer/fbb-api/developement.yaml create mode 100644 customer/fbb-api/production.yaml create mode 100644 customer/fbb-api/test.yaml diff --git a/customer/fbb-api/common.yaml b/customer/fbb-api/common.yaml index 4dfbdbd6..3b0442d3 100644 --- a/customer/fbb-api/common.yaml +++ b/customer/fbb-api/common.yaml @@ -1,11 +1,2 @@ --- -repo::remi_php72: true - -php::extensions: - gd: {} - opcache: {} - soap: {} - mbstring: {} - zip: {} - xml: {} - json: {} +infra::role: base diff --git a/customer/fbb-api/developement.yaml b/customer/fbb-api/developement.yaml new file mode 100644 index 00000000..746ea371 --- /dev/null +++ b/customer/fbb-api/developement.yaml @@ -0,0 +1,14 @@ +--- +repo::remi_php72: true + +infra::additional_classes: + - infra::profile::apache_php + +php::extensions: + gd: {} + opcache: {} + soap: {} + mbstring: {} + zip: {} + xml: {} + json: {} diff --git a/customer/fbb-api/production.yaml b/customer/fbb-api/production.yaml new file mode 100644 index 00000000..810baa50 --- /dev/null +++ b/customer/fbb-api/production.yaml @@ -0,0 +1,14 @@ +--- +repo::remi_php72: true + +infra::additional_classes: + - infra::profile::apache_php + +php::extensions: + gd: {} + opcache: {} + soap: {} + mbstring: {} + zip: {} + xml: {} + json: {} diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml new file mode 100644 index 00000000..746ea371 --- /dev/null +++ b/customer/fbb-api/test.yaml @@ -0,0 +1,14 @@ +--- +repo::remi_php72: true + +infra::additional_classes: + - infra::profile::apache_php + +php::extensions: + gd: {} + opcache: {} + soap: {} + mbstring: {} + zip: {} + xml: {} + json: {} -- 2.39.5