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

Use Hash by default, so attributes are overridable. #55

Closed andytson closed 10 years ago

andytson commented 10 years ago

Arrays aren’t very good in Chef, due to not being able to merge individual items. Changing to Hash named pools means node attribute precedence can override attribute values, which is important for DRY definitions.

Arrays are still supported for BC.

andytson commented 10 years ago

Any chance this can be reviewed? @yevgenko

yevgenko commented 10 years ago

Any chance this can be reviewed? @yevgenko

sure, thank you for PR and sorry for delays, I'll get back to you soon :)