From a317932158e9002c3aebe075dbe86984d21e38e7 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 14 Jul 2017 16:52:04 +0200 Subject: [PATCH] Add templates.metadata for custom php pools --- .../e-smith/templates.metadata/etc/opt/remi/php70/php-fpm.d/custom.conf | 2 ++ .../e-smith/templates.metadata/etc/opt/remi/php71/php-fpm.d/custom.conf | 2 ++ root/etc/e-smith/templates.metadata/etc/php-fpm.d/custom.conf | 2 ++ .../templates.metadata/opt/remi/php56/root/etc/php-fpm.d/custom.conf | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 root/etc/e-smith/templates.metadata/etc/opt/remi/php70/php-fpm.d/custom.conf create mode 100644 root/etc/e-smith/templates.metadata/etc/opt/remi/php71/php-fpm.d/custom.conf create mode 100644 root/etc/e-smith/templates.metadata/etc/php-fpm.d/custom.conf create mode 100644 root/etc/e-smith/templates.metadata/opt/remi/php56/root/etc/php-fpm.d/custom.conf diff --git a/root/etc/e-smith/templates.metadata/etc/opt/remi/php70/php-fpm.d/custom.conf b/root/etc/e-smith/templates.metadata/etc/opt/remi/php70/php-fpm.d/custom.conf new file mode 100644 index 0000000..4a4c2aa --- /dev/null +++ b/root/etc/e-smith/templates.metadata/etc/opt/remi/php70/php-fpm.d/custom.conf @@ -0,0 +1,2 @@ +TEMPLATE_PATH="/etc/php-fpm.d/custom.conf" +MORE_DATA={ PHP_VERSION => 70 } diff --git a/root/etc/e-smith/templates.metadata/etc/opt/remi/php71/php-fpm.d/custom.conf b/root/etc/e-smith/templates.metadata/etc/opt/remi/php71/php-fpm.d/custom.conf new file mode 100644 index 0000000..953140e --- /dev/null +++ b/root/etc/e-smith/templates.metadata/etc/opt/remi/php71/php-fpm.d/custom.conf @@ -0,0 +1,2 @@ +TEMPLATE_PATH="/etc/php-fpm.d/custom.conf" +MORE_DATA={ PHP_VERSION => 71 } diff --git a/root/etc/e-smith/templates.metadata/etc/php-fpm.d/custom.conf b/root/etc/e-smith/templates.metadata/etc/php-fpm.d/custom.conf new file mode 100644 index 0000000..cfa7cdb --- /dev/null +++ b/root/etc/e-smith/templates.metadata/etc/php-fpm.d/custom.conf @@ -0,0 +1,2 @@ +TEMPLATE_PATH="/etc/php-fpm.d/custom.conf" +MORE_DATA={ PHP_VERSION => '' } diff --git a/root/etc/e-smith/templates.metadata/opt/remi/php56/root/etc/php-fpm.d/custom.conf b/root/etc/e-smith/templates.metadata/opt/remi/php56/root/etc/php-fpm.d/custom.conf new file mode 100644 index 0000000..789eee1 --- /dev/null +++ b/root/etc/e-smith/templates.metadata/opt/remi/php56/root/etc/php-fpm.d/custom.conf @@ -0,0 +1,2 @@ +TEMPLATE_PATH="/etc/php-fpm.d/custom.conf" +MORE_DATA={ PHP_VERSION => 56 }