Skip to content

Commit

Permalink
fix rendering of pem sles note in installers
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Oct 6, 2022
1 parent a5313c4 commit 1f60ee0
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{% extends "products/edb-jdbc-connector/base.njk" %}
{% set platformBaseTemplate = "Ubuntu-22.04" %}
{% set platformBaseTemplate = "ubuntu-22.04" %}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
{% set platformBaseTemplate = "sles-12" %}
{% block pemslesnote %}
!!! Note

Postgres Enterprise Manager 8.3 and later is supported on SLES.

{% endblock pemslesnote %}
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
{% block pemslesnote %}
!!! Note
Postgres Enterprise Manager 8.3 and later is supported on SLES.

{% endblock pemslesnote %}
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f60ee0

Please sign in to comment.