Compare commits

..

No commits in common. "a560fa76fa7d29c1b9f04a9015e6856f1edba8a0" and "7a6a4ae1333279de95e45ffadf29520a9044c312" have entirely different histories.

2 changed files with 2 additions and 3 deletions

2
php.cf
View File

@ -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-$(sys.os_version_major).noarch.rpm", args => "install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm",
handle => "php_epel_repo_installed"; handle => "php_epel_repo_installed";
centos&(!install_epel):: centos&(!install_epel)::

View File

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