diff --git a/install_template/templates/products/edb-jdbc-connector/ubuntu-22.04.njk b/install_template/templates/products/edb-jdbc-connector/ubuntu-22.04.njk index 0d51e983e6d..c66a0eb637d 100644 --- a/install_template/templates/products/edb-jdbc-connector/ubuntu-22.04.njk +++ b/install_template/templates/products/edb-jdbc-connector/ubuntu-22.04.njk @@ -1,2 +1,2 @@ {% extends "products/edb-jdbc-connector/base.njk" %} -{% set platformBaseTemplate = "Ubuntu-22.04" %} \ No newline at end of file +{% set platformBaseTemplate = "ubuntu-22.04" %} \ No newline at end of file diff --git a/install_template/templates/products/postgres-enterprise-manager-agent/sles-12.njk b/install_template/templates/products/postgres-enterprise-manager-agent/sles-12.njk index 4e18d9d91c2..634d30a891f 100644 --- a/install_template/templates/products/postgres-enterprise-manager-agent/sles-12.njk +++ b/install_template/templates/products/postgres-enterprise-manager-agent/sles-12.njk @@ -2,5 +2,7 @@ {% set platformBaseTemplate = "sles-12" %} {% block pemslesnote %} !!! Note + Postgres Enterprise Manager 8.3 and later is supported on SLES. + {% endblock pemslesnote %} \ No newline at end of file diff --git a/install_template/templates/products/postgres-enterprise-manager-agent/sles-15.njk b/install_template/templates/products/postgres-enterprise-manager-agent/sles-15.njk index 87565fc1e34..70e30d7abb0 100644 --- a/install_template/templates/products/postgres-enterprise-manager-agent/sles-15.njk +++ b/install_template/templates/products/postgres-enterprise-manager-agent/sles-15.njk @@ -2,6 +2,7 @@ {% set platformBaseTemplate = "sles-15" %} {% block pemslesnote %} !!! Note + Postgres Enterprise Manager 8.3 and later is supported on SLES. {% endblock pemslesnote %} {% block activateSUSEmodule %}# You can use SLES 15 SP3 for PEM 8.3 and later: diff --git a/install_template/templates/products/postgres-enterprise-manager-server/sles-12.njk b/install_template/templates/products/postgres-enterprise-manager-server/sles-12.njk index 822a0fd46e9..e8f4321d8de 100644 --- a/install_template/templates/products/postgres-enterprise-manager-server/sles-12.njk +++ b/install_template/templates/products/postgres-enterprise-manager-server/sles-12.njk @@ -3,4 +3,5 @@ {% block pemslesnote %} !!! Note Postgres Enterprise Manager 8.3 and later is supported on SLES. + {% endblock pemslesnote %} diff --git a/install_template/templates/products/postgres-enterprise-manager-server/sles-15.njk b/install_template/templates/products/postgres-enterprise-manager-server/sles-15.njk index 18122ac634f..8de4c0b702b 100644 --- a/install_template/templates/products/postgres-enterprise-manager-server/sles-15.njk +++ b/install_template/templates/products/postgres-enterprise-manager-server/sles-15.njk @@ -1,7 +1,9 @@ {% extends "products/postgres-enterprise-manager-server/base.njk" %} {% set platformBaseTemplate = "sles-15" %} -{% block pemslesnote %}!!! Note - Postgres Enterprise Manager 8.3 and later is supported on SLES. +{% block pemslesnote %} +!!! Note + Postgres Enterprise Manager 8.3 and later is supported on SLES. + {% endblock pemslesnote %} {% block activateSUSEmodule %}# You can use SLES 15 SP3 for PEM 8.3 and later: sudo SUSEConnect -p PackageHub/15.3/{{ platform.arch }} diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles12_ppcle.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles12_ppcle.mdx index 5e22e7b2c26..de450245fa8 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles12_ppcle.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles12_ppcle.mdx @@ -7,7 +7,8 @@ title: Installing Postgres Enterprise Manager agent on SLES 12 ppc64le --- !!! Note -Postgres Enterprise Manager 8.3 and later is supported on SLES. + + Postgres Enterprise Manager 8.3 and later is supported on SLES. ## Prerequisites diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles15_ppcle.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles15_ppcle.mdx index 41a72feb226..304da404388 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles15_ppcle.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles15_ppcle.mdx @@ -7,7 +7,8 @@ title: Installing Postgres Enterprise Manager agent on SLES 15 ppc64le --- !!! Note -Postgres Enterprise Manager 8.3 and later is supported on SLES. + + Postgres Enterprise Manager 8.3 and later is supported on SLES. ## Prerequisites diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles12_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles12_x86.mdx index a12f80ed996..ff38ca92483 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles12_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles12_x86.mdx @@ -7,7 +7,8 @@ title: Installing Postgres Enterprise Manager agent on SLES 12 x86_64 --- !!! Note -Postgres Enterprise Manager 8.3 and later is supported on SLES. + + Postgres Enterprise Manager 8.3 and later is supported on SLES. ## Prerequisites diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles15_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles15_x86.mdx index f0148462c17..2548c0e9c15 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles15_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles15_x86.mdx @@ -7,7 +7,8 @@ title: Installing Postgres Enterprise Manager agent on SLES 15 x86_64 --- !!! Note -Postgres Enterprise Manager 8.3 and later is supported on SLES. + + Postgres Enterprise Manager 8.3 and later is supported on SLES. ## Prerequisites