Skip to content

Commit

Permalink
Fixes #38180 - Better names for flatpak rex templates (#11297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored Jan 31, 2025
1 parent 412e7f9 commit b959a02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/foreman/job_templates/flatpak_install.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%#
kind: job_template
name: Install Flatpak application on host
name: Flatpak - Install application on host
job_category: Katello
description_format: 'Install Flatpak application %{Application name} on host'
provider_type: script
Expand Down
2 changes: 1 addition & 1 deletion app/views/foreman/job_templates/flatpak_login_action.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%#
kind: job_template
name: Login to flatpak registry via podman
name: Flatpak - Login to registry via podman
job_category: Katello
description_format: 'Login to flatpak registry via podman'
provider_type: script
Expand Down
4 changes: 2 additions & 2 deletions app/views/foreman/job_templates/flatpak_setup.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%#
kind: job_template
name: Set up Flatpak remote on host
name: Flatpak - Set up remote on host
job_category: Katello
description_format: 'Set up Flatpak remote on host'
provider_type: script
Expand All @@ -14,7 +14,7 @@ template_inputs:
input_type: user
required: true
foreign_input_sets:
- template: Login to flatpak registry via podman
- template: Flatpak - Login to registry via podman
exclude: Flatpak registry URL
%>

Expand Down

0 comments on commit b959a02

Please sign in to comment.