From 11239b8fed8729629a0c090eb3f0b2c8e64a7423 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 25 Oct 2022 13:52:08 +0200 Subject: [PATCH] Use correct variable_start/end_string markers --- Amazon-Linux.md | 8 ++++---- CentOS.md | 8 ++++---- Debian.md | 8 ++++---- Fedora.md | 8 ++++---- RHEL.md | 10 +++++----- SLES.md | 8 ++++---- Ubuntu.md | 4 ++-- openSUSE.md | 8 ++++---- 8 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Amazon-Linux.md b/Amazon-Linux.md index 6e15dd3..b200613 100644 --- a/Amazon-Linux.md +++ b/Amazon-Linux.md @@ -1,6 +1,6 @@ -# Installing {{ product }} on Amazon Linux +# Installing on Amazon Linux -The recommended way to install {{ product }} is to use prebuilt packages from our official release repository. +The recommended way to install 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 as follows: ```bash -yum install {{ package }} +yum install ``` diff --git a/CentOS.md b/CentOS.md index 260eec0..fd1b518 100644 --- a/CentOS.md +++ b/CentOS.md @@ -1,6 +1,6 @@ -# Installing {{ product }} on CentOS +# Installing on CentOS -The recommended way to install {{ product }} is to use prebuilt packages from our official release repository. +The recommended way to install 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 as follows: ```bash -yum install {{ package }} +yum install ``` diff --git a/Debian.md b/Debian.md index e8cdee5..4486e12 100644 --- a/Debian.md +++ b/Debian.md @@ -1,6 +1,6 @@ -# Installing {{ product }} on Debian +# Installing on Debian -The recommended way to install {{ product }} is to use prebuilt packages from our official release repository. +The recommended way to install 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 as follows: ```bash -apt-get install {{ package }} +apt-get install ``` diff --git a/Fedora.md b/Fedora.md index b2fbcb5..9e1039a 100644 --- a/Fedora.md +++ b/Fedora.md @@ -1,6 +1,6 @@ -# Installing {{ product }} on Fedora +# Installing on Fedora -The recommended way to install {{ product }} is to use prebuilt packages from our official release repository. +The recommended way to install 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 as follows: ```bash -dnf install {{ package }} +dnf install ``` diff --git a/RHEL.md b/RHEL.md index 2b00040..522a918 100644 --- a/RHEL.md +++ b/RHEL.md @@ -1,6 +1,6 @@ -# Installing {{ product }} on RHEL +# Installing on RHEL -The recommended way to install {{ product }} is to use prebuilt packages from our official release repository. +The recommended way to install 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 as follows: === RHEL 8 or later ```bash - dnf install {{ package }} + dnf install ``` === RHEL 7 ```bash - yum install {{ package }} + yum install ``` diff --git a/SLES.md b/SLES.md index 913342c..41dc9e2 100644 --- a/SLES.md +++ b/SLES.md @@ -1,6 +1,6 @@ -# Installing {{ product }} on SLES +# Installing on SLES -The recommended way to install {{ product }} is to use prebuilt packages from our official release repository. +The recommended way to install 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 as follows: ```bash -zypper install {{ package }} +zypper install ``` diff --git a/Ubuntu.md b/Ubuntu.md index 8c23994..af7d8b4 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -1,6 +1,6 @@ -# Installing {{ product }} on Ubuntu +# Installing on Ubuntu -The recommended way to install {{ product }} is to use prebuilt packages from our official release repository. +The recommended way to install 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. diff --git a/openSUSE.md b/openSUSE.md index e3d9c25..e138c33 100644 --- a/openSUSE.md +++ b/openSUSE.md @@ -1,6 +1,6 @@ -# Installing {{ product }} on openSUSE +# Installing on openSUSE -The recommended way to install {{ product }} is to use prebuilt packages from our official release repository. +The recommended way to install 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 as follows: ```bash -zypper install {{ package }} +zypper install ```