diff options
| author | Remi Collet <remi@remirepo.net> | 2018-12-13 11:23:13 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-12-13 11:23:13 +0100 | 
| commit | 38be14e76b77a572946a09bb995a569e072545db (patch) | |
| tree | cee73a80aa348e3ce1e2478af262c7bda63a132b | |
| parent | 014ac4aeeae931fef350b2e2f3244585d5241cdd (diff) | |
EL-8: more module dep.
| -rw-r--r-- | el8x.cfg | 2 | ||||
| -rw-r--r-- | el8x72.cfg | 2 | ||||
| -rw-r--r-- | el8x73.cfg | 2 | 
3 files changed, 3 insertions, 3 deletions
@@ -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] @@ -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] @@ -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]  | 
