yevgenko / cookbook-php-fpm

Installs/Configures php-fpm
http://community.opscode.com/cookbooks/php-fpm
Apache License 2.0
68 stars 117 forks source link

fix issue #14 #18

Closed lebedevdsl closed 11 years ago

lebedevdsl commented 11 years ago

Fix Issue #14 via resource notifications:

105 + notifies, "service[php-fpm]", :delayed

111 + notifies, "service[php-fpm]", :delayed

send delayed notifications to service resource to make a reload action. Which will take place after the chef-run

On the first chef-client run only start the service 116 - action [ :enable, :restart ] 118 + action [ :enable, :start ]

ianneub commented 11 years ago

:+1:

yevgenko commented 11 years ago

guys, thanks for PR's and sorry for delays on this one, I promise to review by the end of this week :)

yevgenko commented 11 years ago

fixed in #21