From 38be14e76b77a572946a09bb995a569e072545db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Dec 2018 11:23:13 +0100 Subject: EL-8: more module dep. --- el8x.cfg | 2 +- el8x72.cfg | 2 +- el8x73.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/el8x.cfg b/el8x.cfg index 91ff339..851582f 100644 --- a/el8x.cfg +++ b/el8x.cfg @@ -32,7 +32,7 @@ config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['nodejs:10', 'sos-collector:rhel8', 'postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.2', 'redis:remi-5.0'] +config_opts['module_enable'] = ['javapackages-runtime', 'mariadb:10.3', 'nodejs:10', 'sos-collector:rhel8', 'postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.2', 'redis:remi-5.0'] config_opts['yum.conf'] = """ [main] diff --git a/el8x72.cfg b/el8x72.cfg index 6cbc1f4..ac5bfce 100644 --- a/el8x72.cfg +++ b/el8x72.cfg @@ -32,7 +32,7 @@ config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['sos-collector:rhel8', 'postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.2', 'redis:remi-5.0'] +config_opts['module_enable'] = ['varnish:6', 'sos-collector:rhel8', 'postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.2', 'redis:remi-5.0'] config_opts['yum.conf'] = """ [main] diff --git a/el8x73.cfg b/el8x73.cfg index ed4d284..3cf0941 100644 --- a/el8x73.cfg +++ b/el8x73.cfg @@ -32,7 +32,7 @@ config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['sos-collector:rhel8', 'postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.3', 'redis:remi-5.0'] +config_opts['module_enable'] = ['varnish:6', 'sos-collector:rhel8', 'postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.3', 'redis:remi-5.0'] config_opts['yum.conf'] = """ [main] -- cgit