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 #239

Closed mbaitelman closed 5 years ago

mbaitelman commented 5 years ago

Signed-off-by: Mendy Baitelman mendy@baitelman.com

Description

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

Check List

jerryaldrichiii commented 5 years ago

Thanks @mbaitelman, excellent catch!