files.o.o: remove rewriteengine

This module is not used and is not installed.  This corrects a
puppet error.

Change-Id: I06f9877e15345fb3b4c691c8a7286150d6f11456
This commit is contained in:
James E. Blair 2016-09-16 12:07:24 -07:00
parent 533af83e83
commit ea5f12a40f

View File

@ -22,8 +22,6 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
Require all granted
</Directory>
RewriteEngine On
ErrorLog /var/log/<%= scope.lookupvar("httpd::params::apache_name") %>/<%= @name %>_error.log
LogLevel warn
CustomLog /var/log/<%= scope.lookupvar("httpd::params::apache_name") %>/<%= @name %>_access.log combined