-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server install rvm conflict with chef #244
Comments
That would be in line with the pre/post deploy hooks. |
Hi, Is there any progress on this? |
1 similar comment
Hi, Is there any progress on this? |
I had same problems but I fork the 1.7.4 to create a patch for it. I was wonder if I can submit a pull request for review |
@wilddog64 Wish your patch is generated (like support callback before chef is executed on target server) |
@wilddog64 by all means submit a pull request |
I need deploy something to one of my server
test
with userdeployer
, and this user already installed rvm.So when I run
fix node:test
, littlechef will use rvm environment, it will raise error aboutnot found chef
.Solve this thing, I need run
rvm reset
first after usingdeployer
user, is there any callback for this?I'm thinking about add one config for this:
In init.sh:
Any idea?
The text was updated successfully, but these errors were encountered: