Merge pull request #9677 from Icinga/docs-for-fedora

Docs: Fix instructions for Fedora
This commit is contained in:
Alexander Aleksandrovič Klimov 2023-02-15 19:47:32 +01:00 committed by GitHub
commit b4381c0bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -151,7 +151,8 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
```bash
rpm --import https://packages.icinga.com/icinga.key
dnf install https://packages.icinga.com/fedora/icinga-rpm-release-$(. /etc/os-release; echo "$VERSION_ID")-latest.noarch.rpm
dnf install -y 'dnf-command(config-manager)'
dnf config-manager --add-repo https://packages.icinga.com/fedora/$(. /etc/os-release; echo "$VERSION_ID")/release
```
<!-- {% endif %} -->

View File

@ -1,2 +1,3 @@
# Install Icinga 2 on Fedora
<!-- {% set fedora = True %} -->
<!-- {% include "02-installation.md" %} -->