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

CentOS 6.4 mysql problem #5

Open
markushausammann opened this issue Nov 14, 2013 · 1 comment
Open

CentOS 6.4 mysql problem #5

markushausammann opened this issue Nov 14, 2013 · 1 comment

Comments

@markushausammann
Copy link

Hey guys

I'm pretty close to a pull request with a couple of improvements including a CentOS 6.4 box. The problem there is that when puppet tries to install mysql according to your unaltered manifest, there is a conflict with a pre-installed package mysql-libs-5.1.69-1.el6_4.x86_64. If I try to remove that package with:

package { "mysql-libs":
  name => "mysql-libs-5.1.69-1.el6_4.x86_64",
  ensure => absent,
}

I get a chain of dependencies so I can't remove it easily.

How did you solve that problem on your CentOS 6.4 VPS instances?

Am I assuming right, that your servergrove repo is always the same?

@markushausammann
Copy link
Author

Maybe that's something worth considering? http://insidemysql.com/announcing-new-yum-repositories-for-mysql/

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

1 participant