From: sascha.strassheim Date: Thu, 17 May 2018 14:52:34 +0000 (+0200) Subject: added fbb-api envs X-Git-Tag: v0.1.0~1017 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=3f4938b5f6d5813a57ed20f5a86667a615d38433;p=pixelpark%2Fhiera.git added fbb-api envs --- 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: {}