| 1234567891011121314151617181920212223242526 |
- [datadog]
- name = Datadog, Inc.
- ##############################################################################
- ### ###
- ### DataDog's repo @yum.datadot.com does not provide RPMs for major ###
- ### versions other than 6 and 7 (as of 11-05-2024), so the $releasever ###
- ### variable is manually overridden by the presense of ###
- ### /etc/dnf/vars/datadogreleasever, which contains only the text "7". ###
- ### ###
- ### The variable, which is just the name of the file in ###
- ### /etc/dnf/vars/, is referenced below as $datadogreleasever. ###
- ### ###
- ### ###
- ### 11/05/2024 ###
- ##############################################################################
- ### baseurl = https://yum.datadoghq.com/stable/$releasever/$basearch/
- baseurl = https://yum.datadoghq.com/stable/$datadogreleasever/$basearch/
- enabled=1
- gpgcheck=1
- repo_gpgcheck=1
- priority=1
- gpgkey=https://keys.datadoghq.com/DATADOG_RPM_KEY_CURRENT.public
- https://keys.datadoghq.com/DATADOG_RPM_KEY_4F09D16B.public
- https://keys.datadoghq.com/DATADOG_RPM_KEY_B01082D3.public
- https://keys.datadoghq.com/DATADOG_RPM_KEY_FD4BF915.public
- https://keys.datadoghq.com/DATADOG_RPM_KEY_E09422B3.public
|