add switching ability for EPEL
This commit is contained in:
@@ -22,7 +22,7 @@ class resources_cd::main::epel (
|
||||
'epel':
|
||||
descr => "Extra Packages for Enterprise Linux 9 - \$basearch",
|
||||
mirrorlist => 'https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=$basearch&infra=$infra&content=$contentdir',
|
||||
enabled => '1',
|
||||
enabled => $rs_enable_epel,
|
||||
gpgcheck => '0',
|
||||
require => Exec['install EPEL RPM'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user