amazon web services - Cannot Bootstrap chef (10.8) on new EC2 Instance - net-ssh conflict -
amazon web services - Cannot Bootstrap chef (10.8) on new EC2 Instance - net-ssh conflict -
i have found can't install chef, gem version conflict net-ssh net-ssh-multi net-ssh-gateway in research, unfortunately none of workarounds work me in particular case.
i'm trying bootstrap chef on ec2 instance.
i cannot upgrade 11.x.
this 1 not work: (added command run install chef includes --verbose , --version)
gem install net-ssh -v 2.2.2 --no-ri --no-rdoc gem install net-ssh-gateway -v 1.1.0 --no-ri --no-rdoc --ignore-dependencies gem install net-ssh-multi -v 1.1.0 --no-ri --no-rdoc --ignore-dependencies gem install chef --no-ri --no-rdoc --verbose --version 0.10.8
is there way work around problem without upgrading chef?
i've tried above with
gem install chef --pre --no-ri --no-rdoc
and fails too. these both workarounds outlined in linked post above.
does this blog post joshua timberman help?
amazon-web-services amazon-ec2 chef
Comments
Post a Comment