Project

General

Profile

Actions

Bug #6735

closed

Bug #6737: Make all techniques compatible with systemd changes

cronConfiguration is not compatible with RHEL 7 and SLES 12

Added by Alexis Mousset almost 9 years ago. Updated almost 9 years ago.

Status:
Released
Priority:
N/A
Assignee:
Matthieu CERDA
Category:
Techniques
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

In the latest version of the cronConfiguration technique (3.0):

    redhat::
      "cron_bin"        string => "crond$";

    ubuntu::
      "cron_bin"        string => "cron$";

    !(redhat|ubuntu)::
      "cron_bin"        string => "/usr/sbin/cron$";

The new cron_bin to use with systemd are:

  • SLES12: /usr/sbin/cron -n
  • RHEL7: /usr/sbin/crond -n
  • Debian8 : /usr/sbin/cron -f

Subtasks 1 (0 open1 closed)

Bug #6766: cronConfiguration is broken because of duplicate definition of cron_binReleasedMatthieu CERDA2015-06-17Actions

Related issues 1 (0 open1 closed)

Related to Rudder - Bug #6736: The cron_bin in system's promises.st is not compatible with RHEL7ReleasedMatthieu CERDA2015-06-10Actions
Actions

Also available in: Atom PDF