1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00

Modified error message

This commit is contained in:
Joona Hoikkala
2016-01-14 01:10:50 +02:00
parent d0832f7414
commit 8f6ef8db53

View File

@@ -160,8 +160,9 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
if not self._check_aug_version():
raise errors.NotSupportedError(
"Your libaugeas0 is outdated, upgrade it from backports "
" or re-bootstrap letsencrypt")
"Apache plugin support requires libaugeas0 and augeas-lenses "
"version 1.2.0 or higher, please make sure you have you have "
"those installed.")
self.parser = parser.ApacheParser(
self.aug, self.conf("server-root"), self.conf("vhost-root"),