Skip to content

Commit

Permalink
Replace server-pkg-install with pkg-install (#3610)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneta-petrova authored Jan 27, 2025
1 parent ac7ea60 commit dde7b58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion guides/common/attributes-base.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@
:project-package-remove: dnf remove
:project-package-update: dnf upgrade
// Foreman Server and Smart Proxy Server platform
:server-package-install: {project-package-install}
:package-install: {project-package-install}
2 changes: 1 addition & 1 deletion guides/common/attributes-satellite.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +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
: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"]
----
# {server-package-install} haproxy
# {package-install} haproxy
----
. Install the following package that includes the `semanage` tool:
+
[options="nowrap" subs="attributes"]
----
# {server-package-install} policycoreutils-python-utils
# {package-install} policycoreutils-python-utils
----
. Configure SELinux to allow HAProxy to bind any port:
+
Expand Down

0 comments on commit dde7b58

Please sign in to comment.