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 { ) inherits cd_alloy::params {
yumrepo { 'grafana': yumrepo { 'grafana':
ensure => 'present', ensure => 'present',
name => 'grafana', name => 'grafana',
descr => 'grafana', descr => 'grafana',
baseurl => 'https://packages.grafana.com/oss/rpm', baseurl => 'https://packages.grafana.com/oss/rpm',
gpgkey => 'https://packages.grafana.com/gpg.key', gpgkey => 'https://packages.grafana.com/gpg.key',
enabled => '1', enabled => '1',
gpgcheck => '1', gpgcheck => '1',
target => '/etc/yum.repo.d/grafana.repo', target => '/etc/yum.repo.d/grafana.repo',
} }
}</pre> }</pre>
</td> </td>