Skip to content

Commit

Permalink
Replace client-install with server-install for LB (#3605)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Kolb <[email protected]>
  • Loading branch information
aneta-petrova and maximiliankolb authored Jan 23, 2025
1 parent 2e81162 commit afaf36c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions guides/common/attributes-base.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,5 @@
:project-package-install: dnf install
:project-package-remove: dnf remove
:project-package-update: dnf upgrade
// Foreman Server and Smart Proxy Server platform
:server-package-install: {project-package-install}
1 change: 1 addition & 0 deletions guides/common/attributes-satellite.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
:project-package-install: satellite-maintain packages install
:project-package-remove: satellite-maintain packages remove
:project-package-update: satellite-maintain packages update
:server-package-install: dnf install
:PIV: CAC
:project-allcaps: SATELLITE
:project-context: satellite
Expand Down
4 changes: 2 additions & 2 deletions guides/common/modules/proc_installing-the-load-balancer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ However, you can install any suitable load balancing software solution that supp
+
[options="nowrap" subs="attributes"]
----
# {client-package-install-el8} haproxy
# {server-package-install} haproxy
----
. Install the following package that includes the `semanage` tool:
+
[options="nowrap" subs="attributes"]
----
# {client-package-install-el8} policycoreutils-python-utils
# {server-package-install} policycoreutils-python-utils
----
. Configure SELinux to allow HAProxy to bind any port:
+
Expand Down

0 comments on commit afaf36c

Please sign in to comment.