mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Remove a2enmod option
This commit is contained in:
@@ -98,8 +98,6 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||||||
help="Path to the 'apache2ctl' binary, used for 'configtest', "
|
help="Path to the 'apache2ctl' binary, used for 'configtest', "
|
||||||
"retrieving the Apache2 version number, and initialization "
|
"retrieving the Apache2 version number, and initialization "
|
||||||
"parameters.")
|
"parameters.")
|
||||||
add("enmod", default=constants.CLI_DEFAULTS["enmod"],
|
|
||||||
help="Path to the Apache 'a2enmod' binary.")
|
|
||||||
add("init-script", default=constants.CLI_DEFAULTS["init_script"],
|
add("init-script", default=constants.CLI_DEFAULTS["init_script"],
|
||||||
help="Path to the Apache init script (used for server "
|
help="Path to the Apache init script (used for server "
|
||||||
"reload/restart).")
|
"reload/restart).")
|
||||||
|
|||||||
Reference in New Issue
Block a user