You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on Ubuntu 14.04 i'm trying to install mysql server. I put the mysql::server in my run list followed by a wrapper cookbook what depends on mysql and include_recipe ''mysql::server" but the build fails.
The following packages have unmet dependencies:
mysql-server-5.6 : Depends: mysql-client-5.6 (>= 5.6.19-0ubuntu0.14.04.1) but it is not going to be installed
STDERR: E: Unable to correct problems, you have held broken packages.
---- End output of apt-get -q -y install mysql-server-5.6=5.6.19-0ubuntu0.14.04.1 ----
Ran apt-get -q -y install mysql-server-5.6=5.6.19-0ubuntu0.14.04.1 returned 100
If i put mysql::client in the run list it's ok but now i have to wrap the mysql::client cookbook so i can specify the 5.6 version. is that really necessary? i feel like i'm missing something.
The text was updated successfully, but these errors were encountered:
on Ubuntu 14.04 i'm trying to install mysql server. I put the mysql::server in my run list followed by a wrapper cookbook what depends on mysql and include_recipe ''mysql::server" but the build fails.
If i put mysql::client in the run list it's ok but now i have to wrap the mysql::client cookbook so i can specify the 5.6 version. is that really necessary? i feel like i'm missing something.
The text was updated successfully, but these errors were encountered: