mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Remove enmod and dismod values as they are not needed
This commit is contained in:
parent
093ebd2f03
commit
28fc02143b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ CLI_DEFAULTS_DEFAULT = dict(
|
|||
define_cmd=['apache2ctl', '-t', '-D', 'DUMP_RUN_CFG'],
|
||||
restart_cmd=['apache2ctl', 'graceful'],
|
||||
conftest_cmd=['apache2ctl', 'configtest'],
|
||||
enmod="a2enmod",
|
||||
dismod="a2dismod",
|
||||
enmod=None,
|
||||
dismod=None,
|
||||
le_vhost_ext="-le-ssl.conf",
|
||||
handle_mods=False,
|
||||
handle_sites=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue