Recommit for updates in build 4
This commit is contained in:
@@ -149,7 +149,7 @@ class resources_cd::main::epel (
|
|||||||
'epel':
|
'epel':
|
||||||
descr => "Extra Packages for Enterprise Linux 9 - \$basearch",
|
descr => "Extra Packages for Enterprise Linux 9 - \$basearch",
|
||||||
mirrorlist => 'https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=$basearch&infra=$infra&content=$contentdir',
|
mirrorlist => 'https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=$basearch&infra=$infra&content=$contentdir',
|
||||||
enabled => '1',
|
enabled => $rs_enable_epel,
|
||||||
gpgcheck => '0',
|
gpgcheck => '0',
|
||||||
require => Exec['install EPEL RPM'],
|
require => Exec['install EPEL RPM'],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -146,10 +146,10 @@
|
|||||||
<span class='name'>rs_enable_epel</span>
|
<span class='name'>rs_enable_epel</span>
|
||||||
|
|
||||||
|
|
||||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>false</tt>)</em>
|
<em class="default">(defaults to: <tt>'1'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -192,11 +192,11 @@ class resources_cd::params (
|
|||||||
Array $reqpackages = $facts['os']['name'] ? {
|
Array $reqpackages = $facts['os']['name'] ? {
|
||||||
'Rocky' => ['yum', 'yum-utils'],
|
'Rocky' => ['yum', 'yum-utils'],
|
||||||
},
|
},
|
||||||
String $pkg_ensure = 'present',
|
String $pkg_ensure = 'present',
|
||||||
Boolean $rs_enable_epel = false,
|
String $rs_enable_epel = '1',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
$epel_from_url = 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm'
|
$epel_from_url = 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm'
|
||||||
# includes must be last
|
# includes must be last
|
||||||
include resources_cd::main::config
|
include resources_cd::main::config
|
||||||
}</pre>
|
}</pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user