diff --git a/guides/common/modules/proc_including-power-actions-in-templates.adoc b/guides/common/modules/proc_including-power-actions-in-templates.adoc index df46c8ba35..2c2e66da77 100644 --- a/guides/common/modules/proc_including-power-actions-in-templates.adoc +++ b/guides/common/modules/proc_including-power-actions-in-templates.adoc @@ -12,5 +12,5 @@ This procedure prevents {Project} from interpreting the disconnect exception upo + [source, ruby] ---- -<%= render_template("Power Action - SSH Default", :action => "restart") %> +<%= render_template("Power Action - Script Default", :action => "restart") %> ---- diff --git a/guides/common/modules/proc_running-puppet-once-using-ssh.adoc b/guides/common/modules/proc_running-puppet-once-using-ssh.adoc index 47d82bb83c..6da8bd5459 100644 --- a/guides/common/modules/proc_running-puppet-once-using-ssh.adoc +++ b/guides/common/modules/proc_running-puppet-once-using-ssh.adoc @@ -10,6 +10,6 @@ Assign the proper job template to the _Run Puppet Once_ feature to run Puppet on . Edit remote execution settings on {Project}: .. In the {ProjectWebUI}, navigate to *Administer* > *Remote Execution Features*. .. Select the `puppet_run_host` remote execution feature. -.. Assign the `Run Puppet Once {endash} SSH Default` job template. -. To run Puppet on hosts, execute a remote job and select category `Puppet` and template `Run Puppet Once - SSH Default`. +.. Assign the `Run Puppet Once {endash} Script Default` job template. +. To run Puppet on hosts, execute a remote job and select category `Puppet` and template `Run Puppet Once - Script Default`. Alternatively, click *Run Puppet Once* in the *Schedule Remote Job* drop down menu on the host details page. diff --git a/guides/common/modules/ref_customizing-job-templates.adoc b/guides/common/modules/ref_customizing-job-templates.adoc index 27de3a5379..6464307cb4 100644 --- a/guides/common/modules/ref_customizing-job-templates.adoc +++ b/guides/common/modules/ref_customizing-job-templates.adoc @@ -11,8 +11,8 @@ The following template combines default templates to install and start the *ngin [source, ruby] ---- -<%= render_template 'Package Action - SSH Default', :action => 'install', :package => 'nginx' %> -<%= render_template 'Service Action - SSH Default', :action => 'start', :service_name => 'nginx' %> +<%= render_template 'Package Action - Script Default', :action => 'install', :package => 'nginx' %> +<%= render_template 'Service Action - Script Default', :action => 'start', :service_name => 'nginx' %> ---- The above template specifies parameter values for the rendered template directly. @@ -21,7 +21,7 @@ For example, you can use the following syntax: [source, ruby] ---- -<%= render_template 'Package Action - SSH Default', :action => 'install', :package => input("package") %> +<%= render_template 'Package Action - Script Default', :action => 'install', :package => input("package") %> ---- With the above template, you have to import the parameter definition from the rendered template. diff --git a/guides/common/modules/ref_remote-execution-settings.adoc b/guides/common/modules/ref_remote-execution-settings.adoc index eed120d724..72a7235f9d 100644 --- a/guides/common/modules/ref_remote-execution-settings.adoc +++ b/guides/common/modules/ref_remote-execution-settings.adoc @@ -47,7 +47,7 @@ Restart of the `dynflowd/{project-context}-tasks` service is required. You can override this per host by setting the `remote_execution_cleanup_working_dirs` parameter. | *Cockpit URL* | | Where to find the Cockpit instance for the Web Console button. By default, no button is shown. -| *Form Job Template* | Run Command - SSH Default | Choose a job template that is pre-selected in job invocation form. +| *Form Job Template* | Run Command - Script Default | Choose a job template that is pre-selected in job invocation form. | *Job Invocation Report Template* | Jobs - Invocation report template | Select a report template used for generating a report for a particular remote execution job. | *Time to pickup* | 86400 | Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled.