Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Unknown
-
Resolution: Cannot Reproduce
-
Component/s: chef-client, ubuntu
-
Environment:
Ubuntu 12.04 64-bit ami-a29943cb
Ruby 1.9.3
Chef-Client 0.10.8
Hosted Chef
Description
With ruby 1.9.3 on 12.04 chef-client installs to /usr/local/bin instead of /usr/bin. The logic is failing over to default somehow, even though the default location is not an executable.
Line 29, https://github.com/opscode/cookbooks/blob/master/chef-client/recipes/service.rb at commit 2294945a834
My current workaround is to just symlink my chef-client into the default location.
Hi Andrew,
The cookbook has gone through some serious changes since this was reported, and some pertain to the location of the chef-client binary.
See here: https://github.com/opscode-cookbooks/chef-client/blob/master/recipes/service.rb#L42-59
If this is still an issue, can you reproduce and provide the results? Otherwise, feel free to close out this ticket. Thanks!