summaryrefslogtreecommitdiffstats
path: root/epel-8-remi-php74.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'epel-8-remi-php74.cfg')
-rw-r--r--epel-8-remi-php74.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/epel-8-remi-php74.cfg b/epel-8-remi-php74.cfg
new file mode 100644
index 0000000..fba4345
--- /dev/null
+++ b/epel-8-remi-php74.cfg
@@ -0,0 +1,27 @@
+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
+"""
+