From 2738290b98ef289d0800e380e5b5b323b65f8f36 Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Mon, 23 Nov 2015 10:21:31 -0800 Subject: [PATCH] fix issue with empty matchers array --- letsencrypt-apache/letsencrypt_apache/parser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/letsencrypt-apache/letsencrypt_apache/parser.py b/letsencrypt-apache/letsencrypt_apache/parser.py index b48551d00..5c18208bb 100644 --- a/letsencrypt-apache/letsencrypt_apache/parser.py +++ b/letsencrypt-apache/letsencrypt_apache/parser.py @@ -101,6 +101,7 @@ class ApacheParser(object): try: matches.remove("DUMP_RUN_CFG") except ValueError: + return #raise errors.PluginError("Unable to parse runtime variables") for match in matches: