diff --git a/guides/common/assembly_performing-additional-configuration-on-smart-proxy-server.adoc b/guides/common/assembly_performing-additional-configuration-on-smart-proxy-server.adoc index b8d29234418..c8c7ebd29e2 100644 --- a/guides/common/assembly_performing-additional-configuration-on-smart-proxy-server.adoc +++ b/guides/common/assembly_performing-additional-configuration-on-smart-proxy-server.adoc @@ -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::[] diff --git a/guides/common/modules/proc_configuring-pull-based-transport-for-remote-execution.adoc b/guides/common/modules/proc_configuring-pull-based-transport-for-remote-execution.adoc index f597bbee44f..e31013c3583 100644 --- a/guides/common/modules/proc_configuring-pull-based-transport-for-remote-execution.adoc +++ b/guides/common/modules/proc_configuring-pull-based-transport-for-remote-execution.adoc @@ -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}: + diff --git a/guides/doc-Installing_Server/master.adoc b/guides/doc-Installing_Server/master.adoc index ae32eeedc14..bc94aa3e5f2 100644 --- a/guides/doc-Installing_Server/master.adoc +++ b/guides/doc-Installing_Server/master.adoc @@ -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::[]