Sha256: 6b2b020459def91eaed3be973ab3ad39e586d351251c08120cb6874eb47044a5

Contents?: true

Size: 300 Bytes

Versions: 10

Compression:

Stored size: 300 Bytes

Contents

<%#
kind: job_template
name: Change content source
job_category: Katello
model: JobTemplate
provider_type: script
description_format: Configure subscription manager to new content source
feature: katello_change_content_source
%>
#!/bin/sh

<%= change_content_source(@host, foreman_server_ca_cert) %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-4.6.2.1 app/views/foreman/job_templates/change_content_source.erb
katello-4.6.2 app/views/foreman/job_templates/change_content_source.erb
katello-4.6.1 app/views/foreman/job_templates/change_content_source.erb
katello-4.5.1 app/views/foreman/job_templates/change_content_source.erb
katello-4.6.0 app/views/foreman/job_templates/change_content_source.erb
katello-4.6.0.rc2 app/views/foreman/job_templates/change_content_source.erb
katello-4.6.0.rc1 app/views/foreman/job_templates/change_content_source.erb
katello-4.5.0 app/views/foreman/job_templates/change_content_source.erb
katello-4.5.0.rc2 app/views/foreman/job_templates/change_content_source.erb
katello-4.5.0.rc1 app/views/foreman/job_templates/change_content_source.erb