diff --git a/app/views/foreman/job_templates/upload_profile.erb b/app/views/foreman/job_templates/upload_profile.erb index 936ef612416..36bc03eb3ca 100644 --- a/app/views/foreman/job_templates/upload_profile.erb +++ b/app/views/foreman/job_templates/upload_profile.erb @@ -10,6 +10,8 @@ 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 -%>