diff --git a/letsencrypt/client/apache_configurator.py b/letsencrypt/client/apache_configurator.py index 0a2f155f5..9f2a3c269 100644 --- a/letsencrypt/client/apache_configurator.py +++ b/letsencrypt/client/apache_configurator.py @@ -354,7 +354,6 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator): .. todo:: Make sure that files are included """ - root = self._find_config_root() default = self._set_user_config_file() @@ -371,7 +370,6 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator): def _find_config_root(self): """Find the Apache Configuration Root file.""" - location = ["apache2.conf", "httpd.conf"] for name in location: