From 2f84c1784d7d9bb85d5bb5ff138f0cd6991988c8 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 19 Aug 2011 12:31:35 +0000 Subject: add missing requires on apache, needed when bootstrapping --- modules/gitweb/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gitweb') diff --git a/modules/gitweb/manifests/init.pp b/modules/gitweb/manifests/init.pp index d0b3b255..03fd901c 100644 --- a/modules/gitweb/manifests/init.pp +++ b/modules/gitweb/manifests/init.pp @@ -20,6 +20,7 @@ class gitweb { path => '/etc/httpd/conf/webapps.d/gitweb.conf', content => template('gitweb/webapp.conf'), notify => Service['apache'], + require => Package['apache'], } file { 'gitweb.wrapper.sh': -- cgit v1.2.1