Skip to content

Commit 5b3aabb

Browse files
committed
Update ext user account prerequisite for the new installer
Only the apache user is relevant in the containerized scenario.
1 parent 0ab2d24 commit 5b3aabb

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

guides/common/modules/ref_system-requirements.adoc

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,24 +58,30 @@ ifndef::foreman-deb[]
5858
For more information about configuring system locale in {EL}, see {RHELDocsBaseURL}9/html/configuring_basic_system_settings/assembly_changing-basic-environment-settings_configuring-basic-system-settings#proc_configuring-the-system-locale_assembly_changing-basic-environment-settings[Configuring the system locale] in _{RHEL}{nbsp}9 Configuring basic system settings_.
5959
endif::[]
6060

61+
ifndef::installer-foremanctl[]
6162
* If you use an external identity provider in your deployment, ensure the provider did not create the following user accounts on the system.
6263
These user accounts can cause conflicts with the local users that {ProductName} creates:
63-
** {apache-user}
64+
** `{apache-user}`
6465
ifeval::["{context}" == "{project-context}"]
65-
** foreman
66+
** `foreman`
6667
endif::[]
67-
** foreman-proxy
68-
** postgres
68+
** `foreman-proxy`
69+
** `postgres`
6970
ifdef::katello,satellite,orcharhino[]
70-
** pulp
71+
** `pulp`
7172
endif::[]
72-
** puppet
73-
** redis
73+
** `puppet`
74+
** `redis`
7475
ifdef::katello,satellite,orcharhino[]
7576
ifeval::["{context}" == "{project-context}"]
76-
** tomcat
77+
** `tomcat`
7778
endif::[]
7879
endif::[]
80+
endif::[]
81+
ifdef::installer-foremanctl[]
82+
* If you use an external identity provider in your deployment, ensure the provider did not create the `{apache-user}` user account on the system.
83+
This user account can cause conflicts with the local users that {ProductName} creates.
84+
endif::[]
7985

8086
ifeval::["{context}" == "{smart-proxy-context}"]
8187
[WARNING]

0 commit comments

Comments
 (0)