mirror of
https://github.com/zerotier/chef-zerotier.git
synced 2026-05-22 16:21:33 -07:00
This resource wasn't utilizing inheritance which is the main reason for writing HWRPs. Converting to a custom resource eliminated some boilerplate logic. I also added converge_by on the shellout to join, which will make this idempotent and why-run compliant. Signed-off-by: Tim Smith <tsmith@chef.io>