Enable Apache mod_rewrite on files server

Some sites served from the files server need rewrite support, so
enable the module.

Change-Id: I02b5ee92122ef685b6f52c54c83526cf39448cb3
This commit is contained in:
Jeremy Stanley 2016-10-21 16:17:01 +00:00
parent dda650877c
commit 3a80de20fc

View File

@ -38,6 +38,11 @@ class openstack_project::files (
]
}
httpd_mod { 'rewrite':
ensure => present,
before => Service['httpd'],
}
class { '::httpd::logrotate':
options => [
'daily',