From: sascha.strassheim Date: Thu, 17 May 2018 14:56:47 +0000 (+0200) Subject: added fbb-api envs v2 X-Git-Tag: v0.1.0~1016 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=04f564212b789e3f73f3b4a5a00e4096a375138e;p=pixelpark%2Fhiera.git added fbb-api envs v2 --- diff --git a/customer/fbb-api/developement.yaml b/customer/fbb-api/developement.yaml deleted file mode 100644 index 746ea371..00000000 --- a/customer/fbb-api/developement.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -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/development.yaml b/customer/fbb-api/development.yaml new file mode 100644 index 00000000..7c564ac2 --- /dev/null +++ b/customer/fbb-api/development.yaml @@ -0,0 +1,15 @@ +--- +infra::additional_classes: + - infra::profile::apache_php + +repo::remi_php72: true + + +php::extensions: + gd: {} + opcache: {} + soap: {} + mbstring: {} + zip: {} + xml: {} + json: {} 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: {}