Sha256: 82a73ea33acf8b10203840be6921dc7be9ef7d3337b255c48a465104e659cb5e

Contents?: true

Size: 597 Bytes

Versions: 26

Compression:

Stored size: 597 Bytes

Contents

<%#
kind: job_template
name: Install Errata - Katello SSH Default
job_category: Katello
description_format: 'Install errata %{errata}'
feature: katello_errata_install
provider_type: SSH
template_inputs:
- name: errata
  description: A comma separated list of errata to install
  input_type: user
  required: true
foreign_input_sets:
- template: Package Action - SSH Default
  exclude: action,package
%>

<% advisories = input(:errata).split(',').map { |e| "--advisory=#{e}" }.join(' ') %>
<%= render_template('Package Action - SSH Default', :action => 'update-minimal', :package => advisories) %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
katello-3.5.2 app/views/foreman/job_templates/install_errata.erb
katello-3.6.0 app/views/foreman/job_templates/install_errata.erb
katello-3.6.0.1.rc2 app/views/foreman/job_templates/install_errata.erb
katello-3.6.0.rc2 app/views/foreman/job_templates/install_errata.erb
katello-3.6.0.rc1 app/views/foreman/job_templates/install_errata.erb
katello-3.5.1.1 app/views/foreman/job_templates/install_errata.erb
katello-3.5.1 app/views/foreman/job_templates/install_errata.erb
katello-3.5.0.1 app/views/foreman/job_templates/install_errata.erb
katello-3.5.0 app/views/foreman/job_templates/install_errata.erb
katello-3.5.0.rc2 app/views/foreman/job_templates/install_errata.erb
katello-3.5.0.rc1 app/views/foreman/job_templates/install_errata.erb
katello-3.4.5 app/views/foreman/job_templates/install_errata.erb
katello-3.4.4 app/views/foreman/job_templates/install_errata.erb
katello-3.4.2 app/views/foreman/job_templates/install_errata.erb
katello-3.4.1 app/views/foreman/job_templates/install_errata.erb
katello-3.4.0.2 app/views/foreman/job_templates/install_errata.erb
katello-3.4.0.1 app/views/foreman/job_templates/install_errata.erb
katello-3.3.2 app/views/foreman/job_templates/install_errata.erb
katello-3.4.0 app/views/foreman/job_templates/install_errata.erb
katello-3.4.0.rc2 app/views/foreman/job_templates/install_errata.erb