Use correct variable_start/end_string markers
This commit is contained in:
parent
7ae99d9c83
commit
11239b8fed
|
@ -1,6 +1,6 @@
|
|||
# Installing {{ product }} on Amazon Linux
|
||||
# Installing <!-- {{ product }} --> on Amazon Linux
|
||||
|
||||
The recommended way to install {{ product }} is to use prebuilt packages from our official release repository.
|
||||
The recommended way to install <!-- {{ product }} --> is to use prebuilt packages from our official release repository.
|
||||
If the repository is not configured yet,
|
||||
please [add](#adding-icinga-package-repository) it first
|
||||
before [installing](#installing-the-package) the package.
|
||||
|
@ -25,8 +25,8 @@ wget https://packages.icinga.com/subscription/amazon/ICINGA-release.repo -O /etc
|
|||
|
||||
## Installing the Package
|
||||
|
||||
Use your distribution's package manager to install the `{{ package }}` package as follows:
|
||||
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
|
||||
|
||||
```bash
|
||||
yum install {{ package }}
|
||||
yum install <!-- {{ package }} -->
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Installing {{ product }} on CentOS
|
||||
# Installing <!-- {{ product }} --> on CentOS
|
||||
|
||||
The recommended way to install {{ product }} is to use prebuilt packages from our official release repository.
|
||||
The recommended way to install <!-- {{ product }} --> is to use prebuilt packages from our official release repository.
|
||||
If the repository is not configured yet,
|
||||
please [add](#adding-icinga-package-repository) it first
|
||||
before [installing](#installing-the-package) the package.
|
||||
|
@ -18,8 +18,8 @@ wget https://packages.icinga.com/centos/ICINGA-release.repo -O /etc/yum.repos.d/
|
|||
|
||||
## Installing the Package
|
||||
|
||||
Use your distribution's package manager to install the `{{ package }}` package as follows:
|
||||
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
|
||||
|
||||
```bash
|
||||
yum install {{ package }}
|
||||
yum install <!-- {{ package }} -->
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Installing {{ product }} on Debian
|
||||
# Installing <!-- {{ product }} --> on Debian
|
||||
|
||||
The recommended way to install {{ product }} is to use prebuilt packages from our official release repository.
|
||||
The recommended way to install <!-- {{ product }} --> is to use prebuilt packages from our official release repository.
|
||||
If the repository is not configured yet,
|
||||
please [add](#adding-icinga-package-repository) it first
|
||||
before [installing](#installing-the-package) the package.
|
||||
|
@ -28,8 +28,8 @@ apt-get update
|
|||
|
||||
## Installing the Package
|
||||
|
||||
Use your distribution's package manager to install the `{{ package }}` package as follows:
|
||||
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
|
||||
|
||||
```bash
|
||||
apt-get install {{ package }}
|
||||
apt-get install <!-- {{ package }} -->
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Installing {{ product }} on Fedora
|
||||
# Installing <!-- {{ product }} --> on Fedora
|
||||
|
||||
The recommended way to install {{ product }} is to use prebuilt packages from our official release repository.
|
||||
The recommended way to install <!-- {{ product }} --> is to use prebuilt packages from our official release repository.
|
||||
If the repository is not configured yet,
|
||||
please [add](#adding-icinga-package-repository) it first
|
||||
before [installing](#installing-the-package) the package.
|
||||
|
@ -18,8 +18,8 @@ dnf config-manager --add-repo https://packages.icinga.com/fedora/$(. /etc/os-rel
|
|||
|
||||
## Installing the Package
|
||||
|
||||
Use your distribution's package manager to install the `{{ package }}` package as follows:
|
||||
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
|
||||
|
||||
```bash
|
||||
dnf install {{ package }}
|
||||
dnf install <!-- {{ package }} -->
|
||||
```
|
||||
|
|
10
RHEL.md
10
RHEL.md
|
@ -1,6 +1,6 @@
|
|||
# Installing {{ product }} on RHEL
|
||||
# Installing <!-- {{ product }} --> on RHEL
|
||||
|
||||
The recommended way to install {{ product }} is to use prebuilt packages from our official release repository.
|
||||
The recommended way to install <!-- {{ product }} --> is to use prebuilt packages from our official release repository.
|
||||
If the repository is not configured yet,
|
||||
please [add](#adding-icinga-package-repository) it first
|
||||
before [installing](#installing-the-package) the package.
|
||||
|
@ -25,16 +25,16 @@ wget https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -O /etc/y
|
|||
|
||||
## Installing the Package
|
||||
|
||||
Use your distribution's package manager to install the `{{ package }}` package as follows:
|
||||
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
|
||||
|
||||
=== RHEL 8 or later
|
||||
|
||||
```bash
|
||||
dnf install {{ package }}
|
||||
dnf install <!-- {{ package }} -->
|
||||
```
|
||||
|
||||
=== RHEL 7
|
||||
|
||||
```bash
|
||||
yum install {{ package }}
|
||||
yum install <!-- {{ package }} -->
|
||||
```
|
||||
|
|
8
SLES.md
8
SLES.md
|
@ -1,6 +1,6 @@
|
|||
# Installing {{ product }} on SLES
|
||||
# Installing <!-- {{ product }} --> on SLES
|
||||
|
||||
The recommended way to install {{ product }} is to use prebuilt packages from our official release repository.
|
||||
The recommended way to install <!-- {{ product }} --> is to use prebuilt packages from our official release repository.
|
||||
If the repository is not configured yet,
|
||||
please [add](#adding-icinga-package-repository) it first
|
||||
before [installing](#installing-the-package) the package.
|
||||
|
@ -26,8 +26,8 @@ zypper ar -r https://packages.icinga.com/subscription/sles/$releasever/release/
|
|||
|
||||
## Installing the Package
|
||||
|
||||
Use your distribution's package manager to install the `{{ package }}` package as follows:
|
||||
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
|
||||
|
||||
```bash
|
||||
zypper install {{ package }}
|
||||
zypper install <!-- {{ package }} -->
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Installing {{ product }} on Ubuntu
|
||||
# Installing <!-- {{ product }} --> on Ubuntu
|
||||
|
||||
The recommended way to install {{ product }} is to use prebuilt packages from our official release repository.
|
||||
The recommended way to install <!-- {{ product }} --> is to use prebuilt packages from our official release repository.
|
||||
If the repository is not configured yet,
|
||||
please [add](#adding-icinga-package-repository) it first
|
||||
before [installing](#installing-the-package) the package.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Installing {{ product }} on openSUSE
|
||||
# Installing <!-- {{ product }} --> on openSUSE
|
||||
|
||||
The recommended way to install {{ product }} is to use prebuilt packages from our official release repository.
|
||||
The recommended way to install <!-- {{ product }} --> is to use prebuilt packages from our official release repository.
|
||||
If the repository is not configured yet,
|
||||
please [add](#adding-icinga-package-repository) it first
|
||||
before [installing](#installing-the-package) the package.
|
||||
|
@ -18,8 +18,8 @@ zypper ar -r https://packages.icinga.com/openSUSE/ICINGA-release.repo
|
|||
|
||||
## Installing the Package
|
||||
|
||||
Use your distribution's package manager to install the `{{ package }}` package as follows:
|
||||
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
|
||||
|
||||
```bash
|
||||
zypper install {{ package }}
|
||||
zypper install <!-- {{ package }} -->
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue