recommit for updates in build 11

This commit is contained in:
Jenkins ConfDroid
2025-02-23 16:45:51 +01:00
parent e0b83d8755
commit 73f7e4fc54

View File

@@ -77,7 +77,7 @@
</div> </div>
<h2>Summary</h2> <h2>Summary</h2>
class install yum repos for the cd_alloy module. class install yum repos for the cd_alloy module
<h2>Overview</h2> <h2>Overview</h2>
<div class="docstring"> <div class="docstring">
@@ -124,16 +124,16 @@ class cd_alloy::yumrepo (
) inherits cd_alloy::params { ) inherits cd_alloy::params {
yumrepo { &#39;grafana&#39;: yumrepo { &#39;grafana&#39;:
ensure =&gt; &#39;present&#39;, ensure =&gt; &#39;present&#39;,
name =&gt; &#39;grafana&#39;, name =&gt; &#39;grafana&#39;,
descr =&gt; &#39;grafana&#39;, descr =&gt; &#39;grafana&#39;,
baseurl =&gt; &#39;https://packages.grafana.com/oss/rpm&#39;, baseurl =&gt; &#39;https://packages.grafana.com/oss/rpm&#39;,
gpgkey =&gt; &#39;https://packages.grafana.com/gpg.key&#39;, gpgkey =&gt; &#39;https://packages.grafana.com/gpg.key&#39;,
enabled =&gt; &#39;1&#39;, enabled =&gt; &#39;1&#39;,
gpgcheck =&gt; &#39;1&#39;, gpgcheck =&gt; &#39;1&#39;,
target =&gt; &#39;/etc/yum.repo.d/grafana.repo&#39;, target =&gt; &#39;/etc/yum.repo.d/grafana.repo&#39;,
} }
}</pre> }</pre>
</td> </td>
</tr> </tr>