Use rihght epel-version

This commit is contained in:
Tobias Herre 2023-10-29 20:49:14 +01:00
parent 7a6a4ae133
commit ef0789d191
1 changed files with 1 additions and 1 deletions

2
php.cf
View File

@ -125,7 +125,7 @@ classes:
commands:
centos&install_epel::
"/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";
centos&(!install_epel)::