]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Adds /etc/apache2/conf.d/ support for bionic
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Sep 2018 18:04:57 +0000 (15:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Sep 2018 18:04:57 +0000 (15:04 -0300)
templates/apache2.conf.bionic.erb

index 2ff233b42f0a7ad492047e36fd03f1eb1b7d93b1..e77f9efe0221e77e677d35cff728f4044e871e14 100644 (file)
@@ -229,4 +229,7 @@ IncludeOptional conf-enabled/*.conf
 # Include the virtual host configurations:
 IncludeOptional sites-enabled/*.conf
 
+# Include generic snippets of statements
+Include /etc/apache2/conf.d/*
+
 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet