Sha256: f2d7fc3a249011199364bbc0936637244f813219b9672f372f1ded7ac7a8d093
Contents?: true
Size: 403 Bytes
Versions: 3
Compression:
Stored size: 403 Bytes
Contents
<%# kind: job_template name: Upload profile - Katello Script Default job_category: Katello model: JobTemplate provider_type: script description_format: Upload package profile for a host feature: katello_upload_profile %> #!/bin/sh <% if @host.operatingsystem.family == 'Redhat' -%> dnf uploadprofile --force-upload <% else -%> package-profile-upload --force-upload <% end -%> subscription-manager repos
Version data entries
3 entries across 3 versions & 1 rubygems