recommit for updates in build 9

This commit is contained in:
Jenkins ConfDroid
2025-02-23 16:38:25 +01:00
parent 50bf7915a0
commit 54ea162f8d

View File

@@ -125,14 +125,14 @@ class cd_alloy::yumrepo (
) inherits cd_alloy::params {
yumrepo { 'grafana':
ensure => 'present',
name => 'grafana',
descr => 'grafana',
baseurl => 'https://packages.grafana.com/oss/rpm',
gpgkey => 'https://packages.grafana.com/gpg.key',
enabled => '1',
gpgcheck => '1',
target => '/etc/yum.repo.d/grafana.repo',
ensure => 'present',
name => 'grafana',
descr => 'grafana',
baseurl => 'https://packages.grafana.com/oss/rpm',
gpgkey => 'https://packages.grafana.com/gpg.key',
enabled => '1',
gpgcheck => '1',
target => '/etc/yum.repo.d/grafana.repo',
}
}</pre>
</td>