aspyatkin / yarn-cookbook

Chef cookbook to install Yarn package manager
https://supermarket.chef.io/cookbooks/yarn
MIT License
5 stars 6 forks source link

use amazon as amazon linux's platform_family name #4

Closed hamayuzin closed 6 years ago

hamayuzin commented 6 years ago

It seems that the platform_family name for amazon linux changed from rhel to amazon according to this link.

https://docs.chef.io/deprecations_ohai_amazon_linux.html

aspyatkin commented 6 years ago

@hamayuzin Hello, I welcome these changes. I suppose, there are some things that could be done as well:

  1. update metadata file so as to indicate that this cookbook supports Amazon Linux platform
  2. rebase changes so they are contained in one commit

Thank you!