We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this error when calling:
chef_role :web, 'roles:web'
Within my production.rb file.
production.rb
Full stack trace:
cap aborted! TypeError: no implicit conversion of Symbol into String /Users/daniel/.rvm/gems/ruby-2.1.1/gems/capistrano-chef-1.0.0/lib/capistrano/dsl/chef.rb:5:in `delete' /Users/daniel/.rvm/gems/ruby-2.1.1/gems/capistrano-chef-1.0.0/lib/capistrano/dsl/chef.rb:5:in `chef_role' config/deploy/production.rb:3:in `<top (required)>' /Users/daniel/.rvm/gems/ruby-2.1.1/gems/capistrano-3.2.0/lib/capistrano/setup.rb:15:in `load' /Users/daniel/.rvm/gems/ruby-2.1.1/gems/capistrano-3.2.0/lib/capistrano/setup.rb:15:in `block (2 levels) in <top (required)>' /Users/daniel/.rvm/gems/ruby-2.1.1/gems/capistrano-3.2.0/lib/capistrano/application.rb:15:in `run' /Users/daniel/.rvm/gems/ruby-2.1.1/gems/capistrano-3.2.0/bin/cap:3:in `<top (required)>' /Users/daniel/.rvm/gems/ruby-
Using: gem 'capistrano-chef' within my Gemfile.
gem 'capistrano-chef'
Gemfile
Rails: 4.1 Ruby: 2.1
Works when using an empty hash for the options argument.
options
The text was updated successfully, but these errors were encountered:
Set options to {} by default (fixes gofullstack#25)
6628557
Move options key parser inside case statement (fixes gofullstack#25)
73d81bb
4dd304a
Move options key parser inside case statement (Fixes gofullstack#25)
5ef4abe
Add double splat to options argument (Fixes gofullstack#25)
39b743b
No branches or pull requests
Getting this error when calling:
Within my
production.rb
file.Full stack trace:
Using:
gem 'capistrano-chef'
within myGemfile
.Rails: 4.1
Ruby: 2.1
Works when using an empty hash for the
options
argument.The text was updated successfully, but these errors were encountered: