sous-chefs / rundeck

Development repository for the rundeck cookbook
https://supermarket.chef.io/cookbooks/rundeck
Apache License 2.0
46 stars 68 forks source link

chef-rundeck reinstalls Chef onto system Ruby #6

Closed jgoldschrafe closed 10 years ago

jgoldschrafe commented 10 years ago

When the chef-rundeck gem is installed, it pulls in the chef gem as a dependency, causing Chef to be installed into the system Ruby and installed into /usr/local/bin. This pathing causes it to be the default version of chef-client, ohai, etc. in most cases; that, in turn, causes unpredictable behavior at best and completely breaks Chef at worst.

Installing the chef-rundeck gem using the chef_gem resource instead of gem_package will cause it to be installed into whatever Ruby is currently used for Chef, preventing multiple Chefs from being installed on the system.

ev0ldave commented 10 years ago

fixed in dev version 2.0.4

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.