recommit for updates in build 12

This commit is contained in:
Jenkins ConfDroid
2025-02-23 16:49:25 +01:00
parent 9735665295
commit fa5b629851

View File

@@ -105,17 +105,7 @@
7 7
8 8
9 9
10 10</pre>
11
12
13
14
15
16
17
18
19
20</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/yumrepo.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/main/yumrepo.pp', line 6</span>
@@ -124,16 +114,6 @@ class cd_alloy::yumrepo (
) inherits cd_alloy::params { ) inherits cd_alloy::params {
yumrepo { &#39;grafana&#39;:
ensure =&gt; &#39;present&#39;,
name =&gt; &#39;grafana&#39;,
descr =&gt; &#39;grafana&#39;,
baseurl =&gt; &#39;https://packages.grafana.com/oss/rpm&#39;,
gpgkey =&gt; &#39;https://packages.grafana.com/gpg.key&#39;,
enabled =&gt; &#39;1&#39;,
gpgcheck =&gt; &#39;1&#39;,
target =&gt; &#39;/etc/yum.repo.d/grafana.repo&#39;,
}
}</pre> }</pre>
</td> </td>
</tr> </tr>