edit yumrepo

This commit is contained in:
Arne Teuke
2025-02-23 16:56:32 +01:00
parent 96f5665e3b
commit 46eacbeddd

View File

@@ -9,6 +9,13 @@ class cd_alloy::yumrepo (
# test # test
yumrepo { 'grafana': 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',
} }
} }