Fix warning on infracloud vhost template

Change-Id: I7f142c25cd77bf31b0a76e36f5c65c92a76af747
This commit is contained in:
Yolanda Robla 2016-06-28 11:04:14 +02:00
parent 2bdaa06453
commit 62f3dca531

View File

@ -2,7 +2,7 @@
# Managed by Puppet
# ************************************
<VirtualHost <%= vhost_name %>:<%= @port %>>
<VirtualHost <%= @vhost_name %>:<%= @port %>>
DocumentRoot <%= @docroot %>
<Directory <%= @docroot %>>
Options Indexes FollowSymLinks MultiViews