From e718221fb0b2bfac9feaad952fca0b1a51cf24fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 May 2021 14:44:25 +0200 Subject: cleanup failovermethod --- el8x.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'el8x.tpl') diff --git a/el8x.tpl b/el8x.tpl index ad752e0..3ade702 100644 --- a/el8x.tpl +++ b/el8x.tpl @@ -30,7 +30,7 @@ config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['swig', 'javapackages-runtime', 'mariadb:10.3', 'nodejs:10', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.3', 'redis:remi-5.0'] +config_opts['module_enable'] = ['swig', 'javapackages-runtime', 'mariadb:10.3', 'nodejs:10', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.4', 'redis:remi-5.0'] config_opts['yum.conf'] = """ [main] @@ -64,14 +64,12 @@ enabled=1 name=epel ;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64 baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/ -failovermethod=priority exclude=epel-rpm-macros enabled=1 [epel-playground] name=epel mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=playground-epel8&arch=x86_64 -failovermethod=priority exclude=epel-rpm-macros includepkgs=GeoIP* enabled=0 -- cgit