Closed lebedevdsl closed 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 ]
:+1:
guys, thanks for PR's and sorry for delays on this one, I promise to review by the end of this week :)
fixed in #21
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 ]