From f99de5dfe072f20f4c2f7c79083c6ddd04aef26c Mon Sep 17 00:00:00 2001 From: Russell Knighton Date: Wed, 25 Feb 2015 18:49:51 +0000 Subject: [PATCH] Added support for conf-available apache config file location --- lenses/httpd.aug | 1 + 1 file changed, 1 insertion(+) diff --git a/lenses/httpd.aug b/lenses/httpd.aug index 46336ac29..a502ff87c 100644 --- a/lenses/httpd.aug +++ b/lenses/httpd.aug @@ -100,6 +100,7 @@ let filter = (incl "/etc/apache2/apache2.conf") . (incl "/etc/apache2/httpd.conf") . (incl "/etc/apache2/ports.conf") . (incl "/etc/apache2/conf.d/*") . + (incl "/etc/apache2/conf-available/*.conf") . (incl "/etc/apache2/mods-available/*") . (incl "/etc/apache2/sites-available/*") . (incl "/etc/httpd/conf.d/*.conf") .