Skip to content

Commit

Permalink
Rename cron package to cronie
Browse files Browse the repository at this point in the history
  • Loading branch information
mildas committed Oct 3, 2024
1 parent 2facea0 commit 29d808e
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{{% if product in ["sle12", "sle15"] %}}
{{% set package_name = "cronie" %}}
{{% else %}}
{{% set package_name = "cron" %}}
{{% endif %}}

documentation_complete: true

title: 'Install the cron service'
Expand Down Expand Up @@ -36,11 +30,9 @@ references:
ocil_clause: 'the package is installed'

ocil: |-
{{{ ocil_package(package_name) }}}
{{{ ocil_package(package="cronie") }}}
template:
name: package_installed
vars:
pkgname: cron
pkgname@sle12: cronie
pkgname@sle15: cronie
pkgname: cronie

0 comments on commit 29d808e

Please sign in to comment.