summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-09-14 15:04:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-09-14 15:04:57 -0300
commitfca2746eee6a3282fde7c97ad57a864afe01c315 (patch)
tree19842c4b99f1010be35c81d4a23b5821b20b48fb
parentc7698e5315b40a0813465a564d6de5e53b0ec91f (diff)
downloadpuppet-apache-fca2746eee6a3282fde7c97ad57a864afe01c315.tar.gz
puppet-apache-fca2746eee6a3282fde7c97ad57a864afe01c315.tar.bz2
Adds /etc/apache2/conf.d/ support for bionic
-rw-r--r--templates/apache2.conf.bionic.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/apache2.conf.bionic.erb b/templates/apache2.conf.bionic.erb
index 2ff233b..e77f9ef 100644
--- a/templates/apache2.conf.bionic.erb
+++ b/templates/apache2.conf.bionic.erb
@@ -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