chef-cookbooks / runit

Development repository for the Chef Runit Cookbook
https://supermarket.chef.io/cookbooks/runit
Apache License 2.0
106 stars 197 forks source link

Runit not installed on Amazon Linux under Chef 13 #221

Closed caussourd closed 6 years ago

caussourd commented 6 years ago

Cookbook version

3.0.5

Chef-client version

13.6.0

Platform Details

Amazon Linux

Scenario:

Install runit

Steps to Reproduce:

Run runit::default

Expected Result:

runit installed

Actual Result:

runit not installed

It seems that since Chef 13, the platform_family for Amazon Linux is amazon and not rhel anymore. Consequently it doesn't install on Amazon Linux anymore. https://github.com/chef-cookbooks/runit/blob/master/recipes/default.rb

ff-pjha commented 6 years ago

I am facing the same issue, had you got any solution for this ?

tas50 commented 6 years ago

This has been fixed in the latest release. Give it a try and let me know if you're still having issues