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:
authorPeter Eckersley <pde@users.noreply.github.com>2015-12-12 02:47:46 +0300
committerPeter Eckersley <pde@users.noreply.github.com>2015-12-12 02:47:46 +0300
commit8e5f9732de8436dc6e237966970cb6b6c82e5566 (patch)
treec61d04731b389da68fd5631daa647aa5178daf5e /letsencrypt-apache
parent16f66acba7412df0f9069bf674ef0fb106563006 (diff)
parent0bde2007d0bb949b6cd9f6f2119868dca5e68590 (diff)
Merge pull request #1758 from letsencrypt/augeas329
lens update from augeas upstream
Diffstat (limited to 'letsencrypt-apache')
-rw-r--r--letsencrypt-apache/letsencrypt_apache/augeas_lens/httpd.aug2
-rw-r--r--letsencrypt-apache/letsencrypt_apache/tests/testdata/debian_apache_2_4/two_vhost_80/apache2/conf-available/bad_conf_file.conf2
2 files changed, 1 insertions, 3 deletions
diff --git a/letsencrypt-apache/letsencrypt_apache/augeas_lens/httpd.aug b/letsencrypt-apache/letsencrypt_apache/augeas_lens/httpd.aug
index 732ba5468..d665ea7a7 100644
--- a/letsencrypt-apache/letsencrypt_apache/augeas_lens/httpd.aug
+++ b/letsencrypt-apache/letsencrypt_apache/augeas_lens/httpd.aug
@@ -51,7 +51,7 @@ let sep_osp = Sep.opt_space
let sep_eq = del /[ \t]*=[ \t]*/ "="
let nmtoken = /[a-zA-Z:_][a-zA-Z0-9:_.-]*/
-let word = /[a-zA-Z][a-zA-Z0-9._-]*/
+let word = /[a-z][a-z0-9._-]*/i
let comment = Util.comment
let eol = Util.doseol
diff --git a/letsencrypt-apache/letsencrypt_apache/tests/testdata/debian_apache_2_4/two_vhost_80/apache2/conf-available/bad_conf_file.conf b/letsencrypt-apache/letsencrypt_apache/tests/testdata/debian_apache_2_4/two_vhost_80/apache2/conf-available/bad_conf_file.conf
index 1aad6a9f4..8e9178803 100644
--- a/letsencrypt-apache/letsencrypt_apache/tests/testdata/debian_apache_2_4/two_vhost_80/apache2/conf-available/bad_conf_file.conf
+++ b/letsencrypt-apache/letsencrypt_apache/tests/testdata/debian_apache_2_4/two_vhost_80/apache2/conf-available/bad_conf_file.conf
@@ -1,5 +1,3 @@
<VirtualHost 1.1.1.1>
ServerName invalid.net
-
-</virtualHost>