Sha256: 7a80e2351bddcc1126f600a8dce6b4fbef2c520ff768c752b071c4cea40dd445
Contents?: true
Size: 699 Bytes
Versions: 9
Compression:
Stored size: 699 Bytes
Contents
<%# kind: job_template name: Install packages by search query - Katello SSH Default job_category: Katello description_format: 'Install package(s) %{Package search query}' feature: katello_package_install_by_search provider_type: SSH template_inputs: - name: Package search query description: Filter criteria for packages to be installed. IMPORTANT- If left blank, the job will attempt to install all possible packages. input_type: user required: false %> <% package_names = @host.package_names_for_job_template( action: 'install', search: input('Package search query') ) -%> <%= render_template('Package Action - SSH Default', :action => 'install', :package => package_names.join(' ')) %>
Version data entries
9 entries across 9 versions & 1 rubygems