]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
added fbb-api envs
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Thu, 17 May 2018 14:52:34 +0000 (16:52 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Thu, 17 May 2018 14:52:34 +0000 (16:52 +0200)
customer/fbb-api/common.yaml
customer/fbb-api/developement.yaml [new file with mode: 0644]
customer/fbb-api/production.yaml [new file with mode: 0644]
customer/fbb-api/test.yaml [new file with mode: 0644]

index 4dfbdbd666e9a94b2af6b33858a846c24e0eb135..3b0442d3c925d4f4820fbb228ffd4a4ad755de38 100644 (file)
@@ -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 (file)
index 0000000..746ea37
--- /dev/null
@@ -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 (file)
index 0000000..810baa5
--- /dev/null
@@ -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 (file)
index 0000000..746ea37
--- /dev/null
@@ -0,0 +1,14 @@
+---
+repo::remi_php72: true
+
+infra::additional_classes:
+  - infra::profile::apache_php
+
+php::extensions:
+  gd: {}
+  opcache: {}
+  soap: {}
+  mbstring: {}
+  zip: {}
+  xml: {}
+  json: {}