Skip to content
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

Apache and mysql not installed #41

Open
dminchev opened this issue Jan 25, 2015 · 1 comment
Open

Apache and mysql not installed #41

dminchev opened this issue Jan 25, 2015 · 1 comment

Comments

@dminchev
Copy link

The current predefined LAMP setup is not installing Apache and MySQL

==> default: [2015-01-25T15:45:37+00:00] INFO: Run List expands to [apt, vim, apache2, git, php, mysql::server]
==> default: [2015-01-25T15:45:37+00:00] INFO: Starting Chef Run for vagrant.vm
==> default: [2015-01-25T15:45:37+00:00] INFO: Running start handlers
==> default: [2015-01-25T15:45:37+00:00] INFO: Start handlers complete.
==> default: [2015-01-25T15:45:40+00:00] INFO: Ignoring apache2::mod_authn_core. not available until apache 2.4
==> default:
==> default: ================================================================================
==> default: Recipe Compile Error
==> default: ================================================================================
==> default:
==> default:
==> default: Chef::Exceptions::RecipeNotFound
==> default: --------------------------------
==> default: could not find recipe server for cookbook mysql
==> default:
==> default:
==> default: [2015-01-25T15:45:40+00:00] ERROR: Running exception handlers
==> default: [2015-01-25T15:45:40+00:00] ERROR: Exception handlers complete
==> default: [2015-01-25T15:45:40+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2015-01-25T15:45:40+00:00] FATAL: Chef::Exceptions::RecipeNotFound: could not find recipe server for cookbook mysql
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
@umayr
Copy link

umayr commented Jun 6, 2015

+1

This is happening because recipes have been deprecated in 6+ version of the mysql cookbook as mentioned here:

Cookbook now provides LWRPs instead of recipes.

I added custom recipes to achieve that. And I don't think its an elegant way to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants