Manages PHP 7.1

This commit is contained in:
Emilien Mantel
2017-03-16 18:22:32 +01:00
parent 7727e19da9
commit 2987051153
8 changed files with 63 additions and 10 deletions

View File

@@ -11,3 +11,4 @@ php_packages:
php_managed_versions:
- '5.6'
- '7.0'
- '7.1'

8
vars/php-7.1.yml Normal file
View File

@@ -0,0 +1,8 @@
---
php_apt_prefix: 'php7.1-'
php_etc_dir: '/etc/php/7.1'
php_fpm_service: 'php7.1-fpm'
php_default_fpm_sock: '/var/run/php/php7.1-fpm.sock'
php_mods_dir: '/etc/php/7.1/mods-available'
php_mysql_package: 'php7.1-mysql'