Sha256: a1439d1790d034d899cf7f22bca9fcb26926b256844180c9bfa1abc77ca51e72

Contents?: true

Size: 423 Bytes

Versions: 53

Compression:

Stored size: 423 Bytes

Contents

<%#
kind: job_template
name: Restart Services - Katello SSH Default
job_category: Katello
description_format: 'Restart Services'
feature: katello_service_restart
provider_type: SSH
template_inputs:
- name: helper
  description: A comma separated list of commands to run to restart services
  input_type: user
  required: true
%>

<%= input(:helper).split(",").map {|split| "#{split}" }.join("\n") %>

katello-tracer-upload

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
katello-3.4.0.2 app/views/foreman/job_templates/restart_services.erb
katello-3.4.0.1 app/views/foreman/job_templates/restart_services.erb
katello-3.3.2 app/views/foreman/job_templates/restart_services.erb
katello-3.4.0 app/views/foreman/job_templates/restart_services.erb
katello-3.4.0.rc2 app/views/foreman/job_templates/restart_services.erb
katello-3.4.0.rc1 app/views/foreman/job_templates/restart_services.erb
katello-3.3.1.1 app/views/foreman/job_templates/restart_services.erb
katello-3.3.1 app/views/foreman/job_templates/restart_services.erb
katello-3.3.0.1 app/views/foreman/job_templates/restart_services.erb
katello-3.3.0 app/views/foreman/job_templates/restart_services.erb
katello-3.3.0.rc2 app/views/foreman/job_templates/restart_services.erb
katello-3.3.0.rc1.1 app/views/foreman/job_templates/restart_services.erb
katello-3.3.0.rc1 app/views/foreman/job_templates/restart_services.erb