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 88275fa439
commit 09d6e9b3e6

View File

@@ -86,7 +86,7 @@ class cgit(
apache::vhost { $vhost_name:
port => $https_port,
serveraliases => $serveraliases,
docroot => '/tmp/meaningless_docroot',
docroot => 'MEANINGLESS ARGUMENT',
priority => '50',
template => 'cgit/git.vhost.erb',
ssl => true,