diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-09-14 15:04:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-09-14 15:04:57 -0300 |
commit | fca2746eee6a3282fde7c97ad57a864afe01c315 (patch) | |
tree | 19842c4b99f1010be35c81d4a23b5821b20b48fb /templates | |
parent | c7698e5315b40a0813465a564d6de5e53b0ec91f (diff) | |
download | puppet-apache-fca2746eee6a3282fde7c97ad57a864afe01c315.tar.gz puppet-apache-fca2746eee6a3282fde7c97ad57a864afe01c315.tar.bz2 |
Adds /etc/apache2/conf.d/ support for bionic
Diffstat (limited to 'templates')
-rw-r--r-- | templates/apache2.conf.bionic.erb | 3 |
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 |