3
0

Recommit for updates in build 5

This commit is contained in:
2025-06-13 15:14:43 +02:00
parent 9f7e3ccd8c
commit 1b9d2e6f88

View File

@@ -127,7 +127,7 @@ class prometheus_cd::main::yumrepo (
baseurl => 'https://packagecloud.io/prometheus-rpm/release/el/9/$basearch',
gpgkey => 'https://packagecloud.io/prometheus-rpm/release/gpgkey',
enabled => '1',
gpgcheck => '0',
gpgcheck => '1',
target => '/etc/yum.repo.d/prometheus.repo',
}
}</pre>