Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joona@kuori.org>2015-12-07 18:04:22 +0300
committerJoona Hoikkala <joona@kuori.org>2015-12-07 18:04:22 +0300
commit0ce4fa4c6732a0d5ca38a80b47c070ac00b85885 (patch)
treef04aac81e4d629e1e8bf147d0782fe2614e3f172 /letsencrypt-apache
parent5dd3ecfb5324ac424b17663ded13830a48b70f06 (diff)
Was using constant name instead of conf name
Diffstat (limited to 'letsencrypt-apache')
-rw-r--r--letsencrypt-apache/letsencrypt_apache/configurator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py
index 549a19188..e99f5cbe0 100644
--- a/letsencrypt-apache/letsencrypt_apache/configurator.py
+++ b/letsencrypt-apache/letsencrypt_apache/configurator.py
@@ -549,7 +549,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
:param str port: Port to listen on
"""
- if self.conf("handle_mods"):
+ if self.conf("handle-modules"):
if "ssl_module" not in self.parser.modules:
self.enable_mod("ssl", temp=temp)