voxpupuli / puppet-postfix

Puppet postfix module
Apache License 2.0
70 stars 174 forks source link

Missing RHEL 8 restart_cmd #261

Closed spacezer0 closed 3 years ago

spacezer0 commented 4 years ago

The following code in params.pp need to be updated for RHEL 8

  $restart_cmd = $::operatingsystemmajrelease ? {
    '7'     => '/bin/systemctl reload postfix',
    default => '/etc/init.d/postfix reload',

Possible fix /7|8/ => '/bin/systemctl reload postfix',

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.