We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd384a commit cd79675Copy full SHA for cd79675
docs/modules/deployment/pages/repos/rhel-centos/horizon-rhel10.adoc
@@ -2,5 +2,9 @@
2
[source, console]
3
----
4
sudo dnf -y install https://yum.opennms.org/repofiles/opennms-repo-stable-rhel9.noarch.rpm
5
-sudo rpm --import https://yum.opennms.org/OPENNMS-GPG-KEY
+----
6
+IMPORTANT: The next command is a workaround until https://opennms.atlassian.net/browse/NMS-19071 is solved.
7
+[source, console]
8
9
+sudo sed -i 's/gpgcheck=1/gpgcheck=0/g' /etc/yum.repos.d/opennms-repo-stable-rhel9.repo
10
0 commit comments