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

Replace attribute method syntax with bracket #100

Closed Rarian closed 7 years ago

Rarian commented 7 years ago

In several places, the method access of node attributes is still used. This was previously deprecated (CHEF-4 [1]), and removed in Chef 13 in favour of standardisation on bracket syntax.

[1] https://docs.chef.io/deprecations_attributes.html

Resolves #99

mburns commented 7 years ago

FYI, this is a duplicate of #98

axos88 commented 7 years ago

+1

yevgenko commented 7 years ago

thank you very much for PR, issue has been now resolved via PR #98