Add templates.metadata for custom php pools

tags/0.0.1_0.fc26_el6
Daniel Berteaud 7 years ago
parent d37510d18b
commit a317932158
  1. 2
      root/etc/e-smith/templates.metadata/etc/opt/remi/php70/php-fpm.d/custom.conf
  2. 2
      root/etc/e-smith/templates.metadata/etc/opt/remi/php71/php-fpm.d/custom.conf
  3. 2
      root/etc/e-smith/templates.metadata/etc/php-fpm.d/custom.conf
  4. 2
      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 => 70 }

@ -0,0 +1,2 @@
TEMPLATE_PATH="/etc/php-fpm.d/custom.conf"
MORE_DATA={ PHP_VERSION => 71 }

@ -0,0 +1,2 @@
TEMPLATE_PATH="/etc/php-fpm.d/custom.conf"
MORE_DATA={ PHP_VERSION => '' }

@ -0,0 +1,2 @@
TEMPLATE_PATH="/etc/php-fpm.d/custom.conf"
MORE_DATA={ PHP_VERSION => 56 }
Loading…
Cancel
Save