Skip to content

Commit

Permalink
Docs: change "Amazon Linux 2" to "Amazon Linux" where applicable
Browse files Browse the repository at this point in the history
We also support Amazon Linux 2023 now.
  • Loading branch information
Al2Klimov committed Sep 27, 2023
1 parent 6608805 commit 62edf16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ zypper ar https://download.opensuse.org/repositories/server:/monitoring/15.3/ser
<!-- {% endif %} -->

<!-- {% if amazon_linux %} -->
### Amazon Linux 2 Repository <a id="amazon-linux-2-repository"></a>
### Amazon Linux Repository <a id="amazon-linux-2-repository"></a>

!!! info

Expand Down Expand Up @@ -307,7 +307,7 @@ zypper install icinga2

<!-- {% if amazon_linux %} -->
<!-- {% if not icingaDocs %} -->
#### Amazon Linux 2
#### Amazon Linux
<!-- {% endif %} -->
```bash
yum install icinga2
Expand Down Expand Up @@ -418,7 +418,7 @@ zypper install --recommends monitoring-plugins-all

<!-- {% if amazon_linux %} -->
<!-- {% if not icingaDocs %} -->
#### Amazon Linux 2
#### Amazon Linux
<!-- {% endif %} -->
The packages for Amazon Linux 2 depend on other packages which are distributed as part of the EPEL repository.

Expand Down Expand Up @@ -505,7 +505,7 @@ Use your distribution's package manager to install the `icingadb-redis` package

<!-- {% if amazon_linux %} -->
<!-- {% if not icingaDocs %} -->
##### Amazon Linux 2
##### Amazon Linux
<!-- {% endif %} -->
```bash
yum install icingadb-redis
Expand Down
4 changes: 2 additions & 2 deletions doc/14-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ yum install icinga2-ido-mysql
zypper install icinga2-ido-mysql
```

###### Amazon Linux 2
###### Amazon Linux

```bash
yum install icinga2-ido-mysql
Expand Down Expand Up @@ -942,7 +942,7 @@ yum install icinga2-ido-pgsql
zypper install icinga2-ido-pgsql
```

###### Amazon Linux 2
###### Amazon Linux

```bash
yum install icinga2-ido-pgsql
Expand Down

0 comments on commit 62edf16

Please sign in to comment.