Skip to content
Open
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 @@ -12,7 +12,7 @@ include::modules/con_getting-started-with-remote-execution.adoc[leveloffset=+1]

include::modules/con_permissions-for-remote-execution.adoc[leveloffset=+2]

ifdef::foreman-el,foreman-deb[]
ifdef::foreman-el,foreman-deb,containerized[]
include::modules/proc_installing-the-remote-execution-plugin.adoc[leveloffset=+2]
endif::[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ You can install and enable the Remote Execution plugin to run commands and jobs
.Procedure
. Install the Remote Execution plugin on your {ProjectServer}:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I'm reading it correctly, then for containerized builds this would result in a list with a single ordered item. -> Should be unordered for containerized and ordered for all others.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!

Suggested change
. Install the Remote Execution plugin on your {ProjectServer}:
ifdef::containerized[]
* Install the Remote Execution plugin on your {ProjectServer}:
endif::[]
ifndef::containerized[]
. Install the Remote Execution plugin on your {ProjectServer}:
endif::[]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I had a good teacher :)

+
ifdef::containerized[]
[options="nowrap" subs="+quotes,attributes"]
----
# {foremanctl} --add-feature remote-execution
----
endif::[]
ifndef::containerized[]
[options="nowrap" subs="+quotes,attributes"]
----
# {foreman-installer} \
Expand All @@ -30,3 +37,4 @@ You can install and enable the Remote Execution plugin to run commands and jobs
# {foreman-installer} \
--enable-foreman-proxy-plugin-remote-execution-script
----
endif::[]
Loading