Skip to content
Snippets Groups Projects
Commit 8873a426 authored by Marco Centurion's avatar Marco Centurion
Browse files

Agrego repo modular para centos8

parent 06a2ff12
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,15 @@ class php::repo::redhat ( ...@@ -24,6 +24,15 @@ class php::repo::redhat (
gpgkey => 'https://rpms.remirepo.net/RPM-GPG-KEY-remi2020', gpgkey => 'https://rpms.remirepo.net/RPM-GPG-KEY-remi2020',
priority => 1, priority => 1,
} }
yumrepo { 'remi-modular':
descr => 'Remi\'s Modular repository for Enterprise Linux 8 - $basearch - debuginfo',
mirrorlist => 'http://cdn.remirepo.net/enterprise/8/modular/$basearch/mirror',
enabled => 1,
gpgcheck => 1,
gpgkey => 'https://rpms.remirepo.net/RPM-GPG-KEY-remi2020',
priority => 1,
}
} else { } else {
yumrepo { 'remi': yumrepo { 'remi':
descr => 'Remi\'s RPM repository for Enterprise Linux $releasever - $basearch', descr => 'Remi\'s RPM repository for Enterprise Linux $releasever - $basearch',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment