Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #38180 - Better names for flatpak rex templates #11297

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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