-
Notifications
You must be signed in to change notification settings - Fork 2
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
chef/solr_query/query_transform missing in Chef 11 #16
Comments
I was able to get this back working (in Chef 11.2) after pulling in some of the old solr code from 10.8: Unfortunately, this requires you to install the 'treetop' gem before executing your run since it is no longer loaded with chef. Well, until this pull request comes in #17 |
I opened #18 that covers ALL Chef 11 compat issues. |
I'm having this issue with Vagrant and Chef... Any way to get it working? mdesales@Marcello-Work ~/dev/workboxes/cfp-workbox (master) $ vagrant provision Recipe Compile Error in /tmp/vagrant-chef-1/chef-solo-1/cookbooks/users/libraries/parser.rbLoadErrorcannot load such file -- treetop Cookbook Trace:/tmp/vagrant-chef-1/chef-solo-1/cookbooks/users/libraries/parser.rb:20:in `<top (required)>' Relevant File Content:/tmp/vagrant-chef-1/chef-solo-1/cookbooks/users/libraries/parser.rb: 13: # Unless required by applicable law or agreed to in writing, software [2013-12-25T04:17:20+00:00] INFO: Forking chef instance to converge... |
Which version are you using? master? 0.5.1? |
Your |
LoadError
cannot load such file -- chef/solr_query/query_transform
Cookbook Trace:
/chef/cookbooks/chef-solo-search/libraries/parser.rb:21:in `<top (required)>'
The text was updated successfully, but these errors were encountered: