Yevhen Viktorov

Results 20 comments of Yevhen Viktorov

Dear Tim, as far as I can see both links works fine or am I missing anything? ![php-fpm_cookbook_-_chef_supermarket](https://cloud.githubusercontent.com/assets/62760/5406872/d42ce878-81c2-11e4-96aa-4299a81f1db5.png) Not sure if I'm correctly understand re Changelog, because we don't have...

Hey, it is Apache 2.0, as specified in [README](https://github.com/yevgenko/cookbook-php-fpm#license-and-author) file ;)

:+1: Thank you! Test suites is something that every project must have this days. Please see my comment on the code, and I'm looking forward to get it merged ASAP...

guys, do you've an example of chef repo with that problem or some additional tips to help me reproduce the problem? I created my_site cookbook with `include_recipe "php-fpm"` and boostrapped...

Ok, trying with the following box now https://github.com/2creatives/vagrant-centos/releases/tag/v0.1.0

Ok, same issue here, used the following box because previous was too minimal (without chef): http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-x86_64-v20130731.box

Actually in my case it failed earlier ``` NoMethodError ------------- undefined method `[]' for nil:NilClass Cookbook Trace: --------------- /tmp/vagrant-chef-1/chef-solo-1/cookbooks/php-fpm/recipes/default.rb:110:in `from_file' /tmp/vagrant-chef-1/chef-solo-1/cookbooks/my_site/recipes/default.rb:19:in `from_file' Relevant File Content: ---------------------- /tmp/vagrant-chef-1/chef-solo-1/cookbooks/php-fpm/recipes/default.rb: 103: action :upgrade...

Above issue gone after I added `php-fpm` as dependency into `metadata.rb` of `my_site` coobook Chef 11.12.2 CentOS 6.4

Also tried with Chef 11.6.0, with in the following build: http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-x86_64-v20130731.box Works fine as far as dependency is specified, otherwise I'm getting error, but it looks a bit different versus...