-
Notifications
You must be signed in to change notification settings - Fork 30
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
could not find recipe mod_dav for cookbook apache2 #26
Comments
Hey There If you're looking for more immediate troubleshooting help make sure to check out #general on the Chef Community Slack. There's plenty of folks there willing to lend a helping hand. Thanks for the first issue. We hope we can get back to you soon with a solution. |
Found the resolution for the problem. Downgrading to 6.0.0. fixed the problem but brought another one: undefined method According to this https://github.com/sous-chefs/apache2/blob/3e25e2b55a14f32d421e4db2cd7e0bf8dc8fc263/CHANGELOG.md#v6---behaviour-changes web_app was removed from 6.0.0. Further downgrading to version 5.2.1 finally got me to the happy ending. Wish the specifics of which version of the apache2 cookbook should be used were documented for the subversion cookbook. Leaving the issue open with the hope for the repo owner(s) to update their documentation accordingly. |
Cookbook version
3.0.0
Chef-client version
14.11.21
Platform Details
Centos 7
Scenario:
Added the recipe[subversion::server] to my existing cookbook to install SVN server and populated all subversion attributes with custom values (as per guidelines).
Expected Result:
Successful installation.
Actual Result:
Starting Chef Client, version 14.11.21
resolving cookbooks for run list: ["my recipe", "subversion::server"]
Synchronizing Cookbooks:
Installing Cookbook Gems:
Compiling Cookbooks...
================================================================================
Recipe Compile Error
Chef::Exceptions::RecipeNotFound
could not find recipe mod_dav for cookbook apache2
Cookbook Trace:
/var/chef/cache/cookbooks/subversion/recipes/server.rb:22:in `from_file'
Relevant File Content:
/var/chef/cache/cookbooks/subversion/recipes/server.rb:
The text was updated successfully, but these errors were encountered: