Revert "Revert "Downgrade puppetlabs-apache to version 0.0.4.""

This reverts commit 3afc75132aa3a7d3cae911ae5e7166383b9ee4ba.

The new apache module has started managing /etc/httpd/conf/httpd.conf
with a template that has some significant differences than our template
in the cgit module.

Change-Id: I99795d35596f35dfc34e89891155dd2b83e465fe
This commit is contained in:
K Jonathan Harker 2014-07-01 17:35:00 -07:00
parent 447d8e5f14
commit 4cc98b149c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class etherpad_lite::apache (
include apache
apache::vhost { $vhost_name:
port => 443,
docroot => '/tmp/meaningless_docroot',
docroot => 'MEANINGLESS ARGUMENT',
priority => '50',
template => 'etherpad_lite/etherpadlite.vhost.erb',
ssl => true,