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

New custom php-fpm config support #5

Closed deed02392 closed 11 years ago

deed02392 commented 11 years ago

... chef attributes.

Authored a php-fpm template file (based on a Debian system - other platforms will need testing but shouldn't take minutes for one familiar with those platforms with php-fpm)

deed02392 commented 11 years ago

Looks like all I missed was the version number, and I put in the ability to reload before you so we've put them in opposite orders. :) I hold my hands up, I'm new to git!

yevgenko commented 11 years ago

Looks like all I missed was the version number, and I put in the ability to reload before you so we've put them in opposite orders. :)

Actually it was contributed by @mal in #4, I just had a chance to merge it two days ago. And yes, it is better to leave versioning to maintainer, i.e. to me ;)

Anyway thank you for contributing, it will be nice feature, still to check how it behaves on different platforms.

deed02392 commented 11 years ago

No prob glad to help, well hurry and test it so everyone can benefit :P

yevgenko commented 11 years ago

@ameir had some more progress on this in #7 as well as multiple platform covered, but need more testing though