Recommit for updates in build 6
This commit is contained in:
@@ -135,6 +135,8 @@
|
|||||||
<ul><li>
|
<ul><li>
|
||||||
<p>installs and configures yum repos</p>
|
<p>installs and configures yum repos</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
|
<p>install commonly required packages, which can be overridden per host, hostgroup etc.</p>
|
||||||
|
</li><li>
|
||||||
<p>Automatic installation and enabling of EPEL via <code>$rs_enable_epel</code>. since this parameter is directly also used in the yumrepo configuration, it needs to be set to <code>1</code>, <strong>not</strong> <code>true</code>.</p>
|
<p>Automatic installation and enabling of EPEL via <code>$rs_enable_epel</code>. since this parameter is directly also used in the yumrepo configuration, it needs to be set to <code>1</code>, <strong>not</strong> <code>true</code>.</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>Parameter-based control (enable/disable specific repos)</p>
|
<p>Parameter-based control (enable/disable specific repos)</p>
|
||||||
|
|||||||
@@ -135,6 +135,8 @@
|
|||||||
<ul><li>
|
<ul><li>
|
||||||
<p>installs and configures yum repos</p>
|
<p>installs and configures yum repos</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
|
<p>install commonly required packages, which can be overridden per host, hostgroup etc.</p>
|
||||||
|
</li><li>
|
||||||
<p>Automatic installation and enabling of EPEL via <code>$rs_enable_epel</code>. since this parameter is directly also used in the yumrepo configuration, it needs to be set to <code>1</code>, <strong>not</strong> <code>true</code>.</p>
|
<p>Automatic installation and enabling of EPEL via <code>$rs_enable_epel</code>. since this parameter is directly also used in the yumrepo configuration, it needs to be set to <code>1</code>, <strong>not</strong> <code>true</code>.</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>Parameter-based control (enable/disable specific repos)</p>
|
<p>Parameter-based control (enable/disable specific repos)</p>
|
||||||
|
|||||||
@@ -110,8 +110,7 @@
|
|||||||
<span class='type'>(<tt>Array</tt>)</span>
|
<span class='type'>(<tt>Array</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>$facts['os']['name'] ? {
|
<em class="default">(defaults to: <tt>['yum', 'yum-utils']</tt>)</em>
|
||||||
'Rocky' => ['yum', 'yum-utils']</tt>)</em>
|
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -178,18 +177,14 @@
|
|||||||
16
|
16
|
||||||
17
|
17
|
||||||
18
|
18
|
||||||
19
|
19</pre>
|
||||||
20
|
|
||||||
21</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 9</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 9</span>
|
||||||
|
|
||||||
class confdroid_resources::params (
|
class confdroid_resources::params (
|
||||||
|
|
||||||
Array $reqpackages = $facts['os']['name'] ? {
|
Array $reqpackages = ['yum', 'yum-utils'],
|
||||||
'Rocky' => ['yum', 'yum-utils'],
|
|
||||||
},
|
|
||||||
String $pkg_ensure = 'present',
|
String $pkg_ensure = 'present',
|
||||||
String $rs_enable_epel = '1',
|
String $rs_enable_epel = '1',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user