recommit for updates in build 3

This commit is contained in:
Jenkins ConfDroid
2025-03-12 16:05:57 +01:00
parent 6e75f1025f
commit dc688d2785

View File

@@ -105,7 +105,7 @@
<span class='name'>reqpackages</span>
<span class='type'>(<tt>String</tt>)</span>
<span class='type'>(<tt>Array</tt>)</span>
<em class="default">(defaults to: <tt>$facts[&#39;os&#39;][&#39;name&#39;]</tt>)</em>
@@ -164,7 +164,7 @@
class resources_cd::params (
String $reqpackages = $facts[&#39;os&#39;][&#39;name&#39;] ? {
Array $reqpackages = $facts[&#39;os&#39;][&#39;name&#39;] ? {
&#39;Rocky&#39; =&gt; [&#39;yum&#39;, &#39;yum-utils&#39;],
},
String $pkg_ensure = &#39;present&#39;,