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

Fixing plat_specific_sv_name logic to work with Amazon Linux 2 #238

Closed mbaitelman closed 5 years ago

mbaitelman commented 5 years ago

node['platform_family'] for amazon linux 2 now returns 'amazon' not 'rhel'. This needs to be updated as the service name is now 'runsvdir-start' but its trying to use the default 'runsvdir'