Skip to content

Commit

Permalink
Merge branch 'branches/rudder/7.1' into branches/rudder/7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fanf committed Aug 31, 2022
2 parents 189931f + c0ebb4b commit d49961f
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 32 deletions.
@@ -1,27 +1,3 @@
Add the Rudder packages repository:

* on SLES 15:
----
zypper ar -n 'Rudder 7.2' http://repository.rudder.io/rpm/7.2/SLES_15/ Rudder
----

[NOTE]
====
If you have an active subscription, use the following to get access to long term support (you need to replace
the user name and the password by your Rudder account):
----
zypper ar -n 'Rudder 7.2' https://LOGIN:PASSWORD@download.rudder.io/rpm/7.2/SLES_15/ Rudder
----
====

* on SLES 12:
----
Expand Down
@@ -0,0 +1,29 @@
* on SLES 15:
----
zypper ar -n 'Rudder 7.0' http://repository.rudder.io/rpm/7.0/SLES_15/ Rudder
----

[NOTE]
====
If you have an active subscription, use the following to get access to long term support (you need to replace
the user name and the password by your Rudder account):
----
zypper ar -n 'Rudder 7.0' https://LOGIN:PASSWORD@download.rudder.io/rpm/7.0/SLES_15/ Rudder
----
====

Update your local package database to retrieve the list of packages available on our repository:

----
zypper refresh
----
6 changes: 5 additions & 1 deletion src/reference/modules/installation/pages/agent/sles.adoc
Expand Up @@ -6,7 +6,11 @@ include::{partialsdir}/zypper_segfault.adoc[]

include::{partialsdir}/rpm_key.adoc[]

include::{partialsdir}/sles_repo.adoc[]
Add the Rudder packages repository:

include::{partialsdir}/sles15_repo.adoc[]

include::{partialsdir}/sles12_repo.adoc[]

Install the package:

Expand Down
6 changes: 3 additions & 3 deletions src/reference/modules/installation/pages/relay/sles.adoc
Expand Up @@ -2,11 +2,11 @@

include::{partialsdir}/relay_plugin.adoc[]

include::{partialsdir}/zypper_segfault.adoc[]

include::{partialsdir}/rpm_key.adoc[]

include::{partialsdir}/sles_repo.adoc[]
Add the Rudder packages repository:

include::{partialsdir}/sles15_repo.adoc[]

Install the package:

Expand Down
6 changes: 3 additions & 3 deletions src/reference/modules/installation/pages/server/sles.adoc
Expand Up @@ -7,8 +7,6 @@ include::{partialsdir}/server_notes.adoc[]

== Configure the package manager

include::{partialsdir}/zypper_segfault.adoc[]

[WARNING]

====
Expand All @@ -25,7 +23,9 @@ not be resolved and asks what to do.

include::{partialsdir}/rpm_key.adoc[]

include::{partialsdir}/sles_repo.adoc[]
Add the Rudder packages repository:

include::{partialsdir}/sles15_repo.adoc[]

== Install Rudder server

Expand Down
6 changes: 5 additions & 1 deletion src/reference/modules/installation/pages/upgrade/sles.adoc
Expand Up @@ -2,7 +2,11 @@

include::{partialsdir}/upgrade_notes.adoc[]

include::{partialsdir}/sles_repo.adoc[]
Add the Rudder packages repository:

include::{partialsdir}/sles15_repo.adoc[]

include::{partialsdir}/sles12_repo.adoc[]

== Rudder agent

Expand Down

0 comments on commit d49961f

Please sign in to comment.