Skip to content

Commit d7a20f8

Browse files
committed
Simplify foremanctl attribute
"installer-foremanctl" is much longer and "foremanctl" has a broader scope applicabble to other containerization contexts than just installer
1 parent 4a9ddcf commit d7a20f8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

guides/common/assembly_planning-project-server-installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ ifeval::["{mode}" == "connected"]
1616
include::modules/ref_ipv6-and-ipv4-requirements.adoc[leveloffset=+1]
1717
endif::[]
1818

19-
ifndef::installer-foremanctl[]
19+
ifndef::foremanctl[]
2020
include::modules/con_aws-requirements.adoc[leveloffset=+1]
2121
endif::[]

guides/common/assembly_preparing-environment-for-project-server-installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ include::modules/proc_opening-required-ports.adoc[leveloffset=+1]
66

77
include::modules/proc_verifying-dns-resolution.adoc[leveloffset=+1]
88

9-
ifndef::installer-foremanctl[]
9+
ifndef::foremanctl[]
1010
include::modules/proc_preparing-for-using-external-databases.adoc[leveloffset=+1]
1111
endif::[]

guides/common/modules/con_planning-project-server-installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Review the following guidelines, requirements, and considerations before proceeding with the installation.
77

8-
ifdef::installer-foremanctl[]
8+
ifdef::foremanctl[]
99
:FeatureName: The `foremanctl` installer
1010
include::snip_technology-preview.adoc[]
1111
endif::[]

guides/common/modules/ref_ipv6-and-ipv4-requirements.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you intend to provision hosts in an IPv6 network, the following requirements
3535

3636
* Deploy an external DHCPv6 server and configure it manually to communicate with the network boot process and to manage IP address assignment because {Project} cannot integrate with a DHCPv6 server and manage its configuration.
3737
For more information about DHCPv6 server configuration, see {ProvisioningDocURL}options-in-unmanaged-dhcpv6[Options in unmanaged DHCPv6] in _{ProvisioningDocTitle}_.
38-
ifndef::installer-foremanctl[]
38+
ifndef::foremanctl[]
3939
* Configure {Project} for UEFI HTTP boot provisioning.
4040
Although {Project} provisioning templates include IPv6 support for PXE and HTTP (iPXE) provisioning, the UEFI HTTP Boot provisioning is the only tested and certified provisioning workflow.
4141
For more information, see xref:configuring-for-uefi-http-boot-provisioning-in-an-ipv6-network_{context}[].
@@ -45,6 +45,6 @@ endif::[]
4545
ifdef::satellite[]
4646
* link:https://access.redhat.com/solutions/5045841[_How do I disable the IPv6 protocol on Red Hat Satellite and/or Red Hat Capsule server?_ in Red Hat Knowledgebase]
4747
endif::[]
48-
ifndef::installer-foremanctl[]
48+
ifndef::foremanctl[]
4949
* xref:adding-a-default-http-proxy_{context}[]
5050
endif::[]

guides/common/modules/ref_system-requirements.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ 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[]
61+
ifndef::foremanctl[]
6262
* If you use an external identity provider in your deployment, ensure the provider did not create the following user accounts on the system.
6363
These user accounts can cause conflicts with the local users that {ProductName} creates:
6464
** `{apache-user}`
@@ -78,7 +78,7 @@ ifeval::["{context}" == "{project-context}"]
7878
endif::[]
7979
endif::[]
8080
endif::[]
81-
ifdef::installer-foremanctl[]
81+
ifdef::foremanctl[]
8282
* If you use an external identity provider in your deployment, ensure the provider did not create the `{apache-user}` user account on the system.
8383
This user account can cause conflicts with the local users that {ProductName} creates.
8484
endif::[]

guides/doc-Installing_Server_foremanctl/master.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include::common/header.adoc[]
44
:context: {project-context}
55
:mode: connected
66
:ProductName: {ProjectServer}
7-
:installer-foremanctl:
7+
:foremanctl:
88

99
= {InstallingServerCTLDocTitle}
1010

0 commit comments

Comments
 (0)