diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-18 11:28:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-18 11:28:54 -0300 |
commit | 3d1de3a080eb1bd8e1b12b79e3df410ed7670496 (patch) | |
tree | a72f3886aabcf5efad60612fbcde8b6678872532 | |
parent | f77b2e8a2950345f04cb139831a800965b6bd29b (diff) | |
download | puppet-apache-3d1de3a080eb1bd8e1b12b79e3df410ed7670496.tar.gz puppet-apache-3d1de3a080eb1bd8e1b12b79e3df410ed7670496.tar.bz2 |
Adapt default vhost to jessie
-rw-r--r-- | templates/default.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.erb b/templates/default.erb index 8b49c77..90e4801 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -5,7 +5,7 @@ # begin site config <Directory <%= scope.lookupvar('apache::default_folder') %>> - Options Indexes Includes FollowSymLinks MultiViews + Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All </Directory> # end site config |