Skip to content

Commit

Permalink
Rename cron package to cronie for RHEL10 product
Browse files Browse the repository at this point in the history
  • Loading branch information
mildas committed Oct 4, 2024
1 parent 2facea0 commit a63d60b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{% if product in ["sle12", "sle15"] %}}
{{% if product in ["rhel10", "sle12", "sle15"] %}}
{{% set package_name = "cronie" %}}
{{% else %}}
{{% set package_name = "cron" %}}
Expand Down Expand Up @@ -42,5 +42,6 @@ template:
name: package_installed
vars:
pkgname: cron
pkgname@rhel10: cronie
pkgname@sle12: cronie
pkgname@sle15: cronie

0 comments on commit a63d60b

Please sign in to comment.