⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
Katello
All Projects
Plugins
»
Katello
Overview
Activity
Roadmap
Issues
Wiki
Repository
Download (486 Bytes)
Bug #37569
ยป upload_profile.erb
Usman Sunyaev
, 06/18/2024 08:36 AM
<%#
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
<%
elsif
@host
.
operatingsystem
.
family
==
'Suse'
-%>
katello-package-upload --force
<%
else
-%>
package-profile-upload --force-upload
<%
end
-%>
subscription-manager repos
(1-1/1)
Loading...