Skip to content

Commit 9f86c75

Browse files
authored
Use package-install attribute on infrastructure servers (#4002)
The package-install attribute should be used on infrastructure servers, so those used to run Foreman itself. That includes Foreman, Foreman Proxies but also external database servers.
1 parent 7c57ac5 commit 9f86c75

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

guides/common/modules/proc_benchmarking-raw-db-performance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To get a list of the top table sizes in disk space for both Candlepin, Foreman,
88
endif::[]
99

1010
PGbench utility (note you may need to resize PostgreSQL data directory `{postgresql-lib-dir}` directory to 100 GiB or what does benchmark take to run) might be used to measure PostgreSQL performance on your system.
11-
Use `{client-package-install-el8} postgresql-contrib` to install it.
11+
Use `{package-install} postgresql-contrib` to install it.
1212
ifndef::orcharhino[]
1313
For more information, see https://github.com/RedHatSatellite/satellite-support[github.com/RedHatSatellite/satellite-support].
1414
endif::[]

guides/common/modules/proc_cloning-satellite-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ You can either mount the shared storage or copy the backup files to the `/backup
159159
+
160160
[options="nowrap" subs="attributes"]
161161
----
162-
# {client-package-install-el8} satellite-clone
162+
# {package-install} satellite-clone
163163
----
164164
+
165165
After you install the `satellite-clone` tool, you can adjust any configuration to suit your own deployment in the `/etc/satellite-clone/satellite-clone-vars.yml` file.

guides/common/modules/proc_configuring-repositories-el.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ifdef::foreman-el,katello[]
1111
+
1212
[options="nowrap" subs="+quotes,attributes"]
1313
----
14-
# {client-package-install-el8} https://yum.theforeman.org/releases/{ProjectVersion}/el{distribution-major-version}/x86_64/foreman-release.rpm
14+
# {package-install} https://yum.theforeman.org/releases/{ProjectVersion}/el{distribution-major-version}/x86_64/foreman-release.rpm
1515
----
1616
endif::[]
1717
ifdef::katello[]
1818
. Install the `katello-repos-latest.rpm` package:
1919
+
2020
[options="nowrap" subs="+quotes,attributes"]
2121
----
22-
# {client-package-install-el8} https://yum.theforeman.org/katello/{KatelloVersion}/katello/el{distribution-major-version}/x86_64/katello-repos-latest.rpm
22+
# {package-install} https://yum.theforeman.org/katello/{KatelloVersion}/katello/el{distribution-major-version}/x86_64/katello-repos-latest.rpm
2323
----
2424
endif::[]
2525
ifdef::foreman-el,katello[]
@@ -28,12 +28,12 @@ ifdef::foreman-el,katello[]
2828
+
2929
[options="nowrap" subs="+quotes,attributes"]
3030
----
31-
# {client-package-install-el8} https://yum.puppet.com/puppet8-release-el-{distribution-major-version}.noarch.rpm
31+
# {package-install} https://yum.puppet.com/puppet8-release-el-{distribution-major-version}.noarch.rpm
3232
----
3333
* For Puppet 7:
3434
+
3535
[options="nowrap" subs="+quotes,attributes"]
3636
----
37-
# {client-package-install-el8} https://yum.puppet.com/puppet7-release-el-{distribution-major-version}.noarch.rpm
37+
# {package-install} https://yum.puppet.com/puppet7-release-el-{distribution-major-version}.noarch.rpm
3838
----
3939
endif::[]

guides/common/modules/proc_sharing-the-dhcp-configuration-files-and-lease-database-over-nfs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You require these IDs in the next steps.
4646
+
4747
[options="nowrap" subs="+quotes,attributes"]
4848
----
49-
# {client-package-install-el8} {nfs-server-package}
49+
# {package-install} {nfs-server-package}
5050
----
5151
.. Edit the `/etc/exports` file, and append share entries for the `/etc/dhcp/` and `/var/lib/dhcpd/` directories:
5252
+

0 commit comments

Comments
 (0)