Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias Herre a560fa76fa install wwsympa service 2023-10-29 20:49:47 +01:00
Tobias Herre ef0789d191 Use rihght epel-version 2023-10-29 20:49:14 +01:00
2 changed files with 3 additions and 2 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)::

View File

@ -35,7 +35,8 @@ vars:
"sympa_pl_cmd" string => "/usr/sbin/sympa.pl";
"pkgs" slist => {
"sympa"
"sympa",
"sympa-httpd"
};