Your setup
Formula commit hash / release tag
c0485fb 26/10/2020
Versions reports (master & minion)
not relevant
Pillar / config used
neither
Bug details
Describe the bug
Different problems about service management in this formula
Steps to reproduce the bug
Expected behaviour
I want to be able to make a reload not a restart of the service. It's useful for example when changing a file for mynetworks parameter. A restart introduces a small service interruption when it's not necessary.
Attempts to fix the bug
None
Additional context
Your setup
Formula commit hash / release tag
c0485fb 26/10/2020
Versions reports (master & minion)
not relevant
Pillar / config used
neither
Bug details
Describe the bug
Different problems about service management in this formula
systemctl reload postfix, it's only possible to make a restart, see https://github.com/saltstack-formulas/postfix-formula/blob/master/postfix/init.sls#L36init.slsto manage the postfix service, one here https://github.com/saltstack-formulas/postfix-formula/blob/master/postfix/init.sls#L25 another https://github.com/saltstack-formulas/postfix-formula/blob/master/postfix/init.sls#L36reloadparameter which, according to doc and also salt code, does not existSteps to reproduce the bug
Expected behaviour
I want to be able to make a reload not a restart of the service. It's useful for example when changing a file for
mynetworksparameter. A restart introduces a small service interruption when it's not necessary.Attempts to fix the bug
None
Additional context