mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Rename PostfixConfigGenerator to simply Installer
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""Certbot Postfix plugin."""
|
||||
|
||||
from certbot_postfix.installer import PostfixConfigGenerator as Installer
|
||||
from certbot_postfix.installer import Installer
|
||||
|
||||
@@ -39,7 +39,7 @@ class ExistingConfigError(ValueError): pass
|
||||
|
||||
@zope.interface.implementer(interfaces.IInstaller)
|
||||
@zope.interface.provider(interfaces.IPluginFactory)
|
||||
class PostfixConfigGenerator(plugins_common.Plugin):
|
||||
class Installer(plugins_common.Plugin):
|
||||
|
||||
description = "Configure TLS with the Postfix MTA"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user