recommit for updates in build 15

This commit is contained in:
Jenkins ConfDroid
2025-02-23 16:57:11 +01:00
parent d7500694c2
commit d90c07fa47

View File

@@ -109,7 +109,14 @@
11 11
12 12
13 13
14</pre> 14
15
16
17
18
19
20
21</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>
@@ -120,7 +127,14 @@ class cd_alloy::yumrepo (
# test # test
yumrepo { &#39;grafana&#39;: 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>