Skip to content

Instantly share code, notes, and snippets.

@smerritt
Created August 26, 2009 20:29
Show Gist options
  • Save smerritt/175810 to your computer and use it in GitHub Desktop.
Save smerritt/175810 to your computer and use it in GitHub Desktop.
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/recipe.rb:196:in `method_missing': Cannot find Chef::Resource::ReportAndRun for report_and_run (NameError)
Original: (eval):1:in `method_missing': uninitialized constant Chef::Resource::ReportAndRun
from /etc/chef/recipes/cookbooks/mysql/definitions/mysql_slave.rb:30:in `from_file'
from /usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/recipe.rb:167:in `instance_eval'
from /usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/recipe.rb:167:in `method_missing'
from /etc/chef/recipes/cookbooks/mysql/recipes/default.rb:206:in `from_file'
from /usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/cookbook.rb:139:in `load_recipe'
from /usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/recipe.rb:76:in `include_recipe'
from /usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/recipe.rb:63:in `each'
from /usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/recipe.rb:63:in `include_recipe'
... 7 levels...
from /usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/client.rb:96:in `run_solo'
from /usr/lib/ruby/gems/1.8/gems/chef-0.6.0/bin/chef-solo:94
from /usr/bin/chef-solo:19:in `load'
from /usr/bin/chef-solo:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment