aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitweb/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gitweb/manifests')
-rw-r--r--modules/gitweb/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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':