Fix typo in copy/pasta'd function

This commit is contained in:
Luke Murphy 2019-09-17 17:14:42 +02:00
parent 4f583aadc2
commit 74a5979e91
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -315,7 +315,7 @@ def reconfigure_ssh(setting_name, old_value, new_value):
service_regen_conf(names=['ssh'])
@post_change_hook("security.postfix.compatibility")
def reconfigure_ssh(setting_name, old_value, new_value):
def reconfigure_postfix(setting_name, old_value, new_value):
if old_value != new_value:
service_regen_conf(names=['postfix'])