From b1f94e991acc30a2c49a5768c369b30f650316f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Aug 2023 16:15:15 +0200 Subject: switch to redis 7 by default --- el8x81.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el8x81.cfg') diff --git a/el8x81.cfg b/el8x81.cfg index 6cbb11a..ecaa2a9 100644 --- a/el8x81.cfg +++ b/el8x81.cfg @@ -5,7 +5,7 @@ include('el8x.tpl') config_opts['root'] = 'el8x81' config_opts['resultdir'] = "/var/lib/mock/el8x81" -config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.1', 'redis:remi-6.0'] +config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.1', 'redis:remi-7.0'] config_opts['module_install'] = ['php:remi-8.1/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); -- cgit