3
0

Recommit for updates in build 55

This commit is contained in:
2025-10-25 19:17:55 +02:00
parent 521135823a
commit c49d441591

View File

@@ -163,7 +163,8 @@
65
66
67
68</pre>
68
69</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/r10k/install.pp', line 6</span>
@@ -225,7 +226,8 @@ class puppet_cd::r10k::install (
}
exec { &#39;install rpm&#39;:
command =&gt; &quot;yum install ${pt_r10k_webhook_pkg}&quot;,
command =&gt; &quot;yum install -y ${pt_r10k_webhook_pkg}&quot;,
unless =&gt; &quot;rpm -qa | grep ${pt_r10k_webhook_pkg}&quot;,
require =&gt; File[$pt_r10k_webhook_pkg],
}
}