On Wednesday, November 20, 2013 at 13:34, Ravindra wrote:
I'm using deploy_key resource to upload ssh key and then using git resource toclone the repository. I'm getting below mentioned compilation error.================================================================================Recipe Compile Error inc:/chef/cache/cookbooks/deploy_key/libraries/deploy_key.rb================================================================================Gem::LoadError--------------Unable to activate httparty-0.12.0, because json-1.7.7 conflicts with json (~>1.8)Cookbook Trace:---------------c:/chef/cache/cookbooks/deploy_key/libraries/deploy_key.rb:22:in `<top(required)>'Here is how my recipe looks like.deploy_key "bitbucket_key" doprovider Chef::Provider::DeployKeyBitbucketpath 'C:\Windows\Temp'credentials({:user => 'my_user',:password => "my_passowrd"})repo 'organization/repo/path'action :addendgit "C:\\ABC" dorepository "https://bitbucket.org/organization/repo/path"user "my_user"action :checkoutend
Archive powered by MHonArc 2.6.16.