Use rihght epel-version
This commit is contained in:
parent
7a6a4ae133
commit
ef0789d191
2
php.cf
2
php.cf
|
@ -125,7 +125,7 @@ classes:
|
||||||
commands:
|
commands:
|
||||||
centos&install_epel::
|
centos&install_epel::
|
||||||
"/usr/bin/yum"
|
"/usr/bin/yum"
|
||||||
args => "install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm",
|
args => "install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(sys.os_version_major).noarch.rpm",
|
||||||
handle => "php_epel_repo_installed";
|
handle => "php_epel_repo_installed";
|
||||||
|
|
||||||
centos&(!install_epel)::
|
centos&(!install_epel)::
|
||||||
|
|
Loading…
Reference in New Issue