mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Remove enmod and dismod values as they are not needed
This commit is contained in:
@@ -10,8 +10,8 @@ CLI_DEFAULTS_DEFAULT = dict(
|
|||||||
define_cmd=['apache2ctl', '-t', '-D', 'DUMP_RUN_CFG'],
|
define_cmd=['apache2ctl', '-t', '-D', 'DUMP_RUN_CFG'],
|
||||||
restart_cmd=['apache2ctl', 'graceful'],
|
restart_cmd=['apache2ctl', 'graceful'],
|
||||||
conftest_cmd=['apache2ctl', 'configtest'],
|
conftest_cmd=['apache2ctl', 'configtest'],
|
||||||
enmod="a2enmod",
|
enmod=None,
|
||||||
dismod="a2dismod",
|
dismod=None,
|
||||||
le_vhost_ext="-le-ssl.conf",
|
le_vhost_ext="-le-ssl.conf",
|
||||||
handle_mods=False,
|
handle_mods=False,
|
||||||
handle_sites=False,
|
handle_sites=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user