diff options
author | Michael Scherer <misc@mageia.org> | 2011-08-19 12:31:35 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-08-19 12:31:35 +0000 |
commit | 2f84c1784d7d9bb85d5bb5ff138f0cd6991988c8 (patch) | |
tree | 23fae53dd44e5bfc151f73d3eccc3079eba69af8 /modules/gitweb | |
parent | 1603df52232f8f4e04426ba03dc524e41f5d6764 (diff) | |
download | puppet-2f84c1784d7d9bb85d5bb5ff138f0cd6991988c8.tar puppet-2f84c1784d7d9bb85d5bb5ff138f0cd6991988c8.tar.gz puppet-2f84c1784d7d9bb85d5bb5ff138f0cd6991988c8.tar.bz2 puppet-2f84c1784d7d9bb85d5bb5ff138f0cd6991988c8.tar.xz puppet-2f84c1784d7d9bb85d5bb5ff138f0cd6991988c8.zip |
add missing requires on apache, needed when bootstrapping
Diffstat (limited to 'modules/gitweb')
-rw-r--r-- | modules/gitweb/manifests/init.pp | 1 |
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': |