include('templates/centos-8.tpl') include('templates/epel-8.tpl') config_opts['root'] = 'epel-8-x86_64' config_opts['target_arch'] = 'x86_64' config_opts['legal_host_arches'] = ('x86_64',) config_opts['module_enable'] = ['php:remi-7.4'] config_opts['dnf.conf'] += """ [remi] name=Remi's RPM repository for Enterprise Linux 8 - $basearch mirrorlist=http://cdn.remirepo.net/enterprise/8/remi/$basearch/mirror enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=file:///usr/share/distribution-gpg-keys/remi/RPM-GPG-KEY-remi2018 [remi-modular] name=Remi's Modular repository for Enterprise Linux 8 - $basearch mirrorlist=http://cdn.remirepo.net/enterprise/8/modular/$basearch/mirror enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=file:///usr/share/distribution-gpg-keys/remi/RPM-GPG-KEY-remi2018 """