Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include::modules/con_performing-additional-configuration-on-smart-proxy-server.a

include::modules/proc_configuring-smart-proxy-for-host-registration-and-provisioning.adoc[leveloffset=+1]

ifdef::foreman-el,foreman-deb,katello[]
ifdef::foreman-el,foreman-deb,katello,orcharhino[]
include::modules/proc_enabling-remote-execution.adoc[leveloffset=+1]
endif::[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ If this is the case, it is possible that one remote job on a given host will use
If you want to avoid this scenario, configure all {SmartProxyServer}s to use the same mode.
endif::[]

ifdef::foreman-el,foreman-deb[]
.Prerequisites
* Ensure that you have enabled remote execution on your {ProductName}.
For more information, see xref:enabling-remote-execution[].
endif::[]
ifdef::katello,orcharhino[]
ifeval::["{ProductName}" == "{SmartProxyServer}"]
.Prerequisites
* Ensure that you have enabled remote execution on your {ProductName}.
For more information, see xref:enabling-remote-execution[].
endif::[]
endif::[]

.Procedure
. Enable the pull-based transport on your {ProductName}:
+
Expand Down
6 changes: 6 additions & 0 deletions guides/doc-Installing_Server/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ endif::[]

ifdef::satellite[]
include::common/assembly_importing-the-project-client-name-repository.adoc[leveloffset=+2]
endif::[]

ifdef::foreman-el,foreman-deb[]
include::common/modules/proc_enabling-remote-execution.adoc[leveloffset=+2]
endif::[]

ifdef::katello,orcharhino,satellite[]
include::common/modules/proc_configuring-pull-based-transport-for-remote-execution.adoc[leveloffset=+2]
endif::[]

Expand Down