Closed tas50 closed 4 years ago
Stop using the find_chef_client helper to search for the chef-client binary and just use the node attribute that defaults to /opt/chef/bin/chef-client Pass the correct binary attribute in the resource. This was causing the path to be set instead.
This should fix https://github.com/chef-cookbooks/chef-client/issues/714
Signed-off-by: Tim Smith tsmith@chef.io
Stop using the find_chef_client helper to search for the chef-client binary and just use the node attribute that defaults to /opt/chef/bin/chef-client Pass the correct binary attribute in the resource. This was causing the path to be set instead.
This should fix https://github.com/chef-cookbooks/chef-client/issues/714
Signed-off-by: Tim Smith tsmith@chef.io