Update cookbooks
This commit is contained in:
21
cookbooks/php-fpm/.kitchen.yml
Normal file
21
cookbooks/php-fpm/.kitchen.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
driver:
|
||||
name: vagrant
|
||||
|
||||
provisioner:
|
||||
name: chef_solo
|
||||
|
||||
platforms:
|
||||
- name: ubuntu-12.04
|
||||
- name: centos-6.4
|
||||
- name: fedora-21
|
||||
|
||||
suites:
|
||||
- name: default
|
||||
run_list:
|
||||
- recipe[php-fpm::default]
|
||||
attributes:
|
||||
php-fpm:
|
||||
pools:
|
||||
- name: web
|
||||
listen: '127.0.0.1:9081'
|
||||
Reference in New Issue
Block a user