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
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?
The text was updated successfully, but these errors were encountered:
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: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?
The text was updated successfully, but these errors were encountered: