Sha256: dd4e9852ba89ef7368ad320728872df9cda4b563123d5017df3d796248aa6f7c

Contents?: true

Size: 589 Bytes

Versions: 6

Compression:

Stored size: 589 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', :package => advisories) %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-3.3.0.rc1.1 app/views/foreman/job_templates/install_errata.erb
katello-3.3.0.rc1 app/views/foreman/job_templates/install_errata.erb
katello-3.2.1.1 app/views/foreman/job_templates/install_errata.erb
katello-3.2.1 app/views/foreman/job_templates/install_errata.erb
katello-3.2.0 app/views/foreman/job_templates/install_errata.erb
katello-3.2.0.rc3 app/views/foreman/job_templates/install_errata.erb