Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Update geerlingguy.php role to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Mar 10, 2018
1 parent 96f3269 commit f9e36c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion provisioning/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- src: geerlingguy.nodejs
version: 4.1.2
- src: geerlingguy.php
version: 3.5.0
version: 3.5.1
- src: geerlingguy.php-memcached
version: 2.0.0
- src: geerlingguy.php-mysql
Expand Down
7 changes: 5 additions & 2 deletions provisioning/roles/geerlingguy.php/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ env:
- distro: centos7
playbook: test.yml
php_version: 7.0
- distro: fedora24
- distro: fedora27
playbook: test.yml
php_version: 5.6
php_version: 7.1
- distro: debian9
playbook: test.yml
php_version: 7.0
- distro: debian8
playbook: test.yml
php_version: 7.0
Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/geerlingguy.php/vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ __php_extension_conf_paths:
- /etc/php/7.0/cli/conf.d

__php_apc_conf_filename: 20-apcu.ini
__php_opcache_conf_filename: 05-opcache.ini
__php_opcache_conf_filename: 10-opcache.ini
__php_fpm_daemon: php7.0-fpm
__php_fpm_conf_path: "/etc/php/7.0/fpm"
__php_fpm_pool_conf_path: "{{ __php_fpm_conf_path }}/pool.d/www.conf"
Expand Down

0 comments on commit f9e36c3

Please sign in to comment.