Recommit for updates in build 6
This commit is contained in:
@@ -135,6 +135,8 @@
|
||||
<ul><li>
|
||||
<p>installs and configures yum repos</p>
|
||||
</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>
|
||||
</li><li>
|
||||
<p>Parameter-based control (enable/disable specific repos)</p>
|
||||
|
||||
@@ -135,6 +135,8 @@
|
||||
<ul><li>
|
||||
<p>installs and configures yum repos</p>
|
||||
</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>
|
||||
</li><li>
|
||||
<p>Parameter-based control (enable/disable specific repos)</p>
|
||||
|
||||
@@ -110,8 +110,7 @@
|
||||
<span class='type'>(<tt>Array</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>$facts['os']['name'] ? {
|
||||
'Rocky' => ['yum', 'yum-utils']</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>['yum', 'yum-utils']</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
@@ -178,18 +177,14 @@
|
||||
16
|
||||
17
|
||||
18
|
||||
19
|
||||
20
|
||||
21</pre>
|
||||
19</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 9</span>
|
||||
|
||||
class confdroid_resources::params (
|
||||
|
||||
Array $reqpackages = $facts['os']['name'] ? {
|
||||
'Rocky' => ['yum', 'yum-utils'],
|
||||
},
|
||||
Array $reqpackages = ['yum', 'yum-utils'],
|
||||
String $pkg_ensure = 'present',
|
||||
String $rs_enable_epel = '1',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user