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

index e77f9efe0221e77e677d35cff728f4044e871e14..103a254fe3b917cbb583922997d5236a58c3b96f 100644 (file)
@@ -223,13 +223,13 @@ LogFormat "%{User-agent}i" agent
 # Include of directories ignores editors' and dpkg's backup files,
 # see README.Debian for details.
 
+# Include generic snippets of statements
+IncludeOptional conf.d/*.conf
+
 # Include generic snippets of statements
 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