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

Add support for 'amazon' platform_family #106

Open pazmarianoj opened 6 years ago

pazmarianoj commented 6 years ago

In attributes default.rb 'amazon' is not listed as platform_family option. This should be included as an alternative of 'rhel' or 'fedora' in order to properly define other attributes that are coupled to it.

https://github.com/yevgenko/cookbook-php-fpm/blob/f5cb4986dc56d90a83bd38afa06700ed09864c26/attributes/default.rb#L2

I'm opening a PR because of this.