Skip to content

Review all of monit integrations #2

Open
@jonhattan

Description

@jonhattan

This pattern is duplicated ad nauseum:

    $init_system = $::operatingsystem ? {
      'Debian' => $::lsbdistcodename ? {
        'jessie' => 'sysv',
        default  => undef,
      },
      default  => undef,
    }

Perhaps it is legitimate (I think of a service that has not updated to systemd yet). But it lacks inline documentation.

Also there's a gap in debian/redhat support. Bring up some vagrant boxes and complete the job!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions