Я пытаюсь установить MySQL с помощью Chef на CentOS 6.5. У меня есть репозитории.
-rw-r--r--. 1 root root 256 Oct 15 16:59 centos-base.repo
-rw-r--r--. 1 root root 267 Oct 15 16:59 centos-updates.repo
-rw-r--r--. 1 root root 264 Oct 15 16:59 centos-extras.repo
-rw-r--r-- 1 root root 237 Oct 21 11:51 remi.repo
-rw-r--r-- 1 root root 300 Oct 21 11:52 epel.repo
Однако когда я пытаюсь сделать yum search mysql
, Это не может найдите следующие пакеты (которые необходимы для установки MySQL):
mysql.x86_64 : MySQL client programs and shared libraries
mysql-devel.x86_64 : Files for development of MySQL applications
mysql-server.x86_64 : The MySQL server and related files
Бег yum repolist
возвращает:
repo id repo name status
centos-base CentOS-6.5 - Base 6,225+142
centos-extras CentOS-6.5 - Extras 7+8
centos-updates CentOS-6.5 - Updates 1,479+129
epel Extra Packages for Enterprise Linux 11,103+36
remi remi 2,245+30
repolist: 21,059
Бег yum list mysql
возвращает:
Error: No matching Packages to list
Мой remi.repo
:
# Generated by Chef for
# Local modifications will be overwritten.
[remi]
name=remi
mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/remi/mirror
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
enabled=1
Любые идеи? Спасибо!