.kitchen.yml 212 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 --- driver: name: ec2 provisioner: name: chef_solo platforms: - name: ubuntu-14.04 - name: centos-7.1 suites: - name: default run_list: - recipe[cfe-nginx-php-fpm::default] attributes: