aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-08-19 12:31:35 +0000
committerMichael Scherer <misc@mageia.org>2011-08-19 12:31:35 +0000
commit2f84c1784d7d9bb85d5bb5ff138f0cd6991988c8 (patch)
tree23fae53dd44e5bfc151f73d3eccc3079eba69af8 /modules/viewvc
parent1603df52232f8f4e04426ba03dc524e41f5d6764 (diff)
downloadpuppet-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/viewvc')
-rw-r--r--modules/viewvc/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/viewvc/manifests/init.pp b/modules/viewvc/manifests/init.pp
index 8d74346d..37e62e3d 100644
--- a/modules/viewvc/manifests/init.pp
+++ b/modules/viewvc/manifests/init.pp
@@ -18,6 +18,7 @@ class viewvc {
path => '/etc/httpd/conf/webapps.d/viewvc.conf',
content => template('viewvc/webapp.conf'),
notify => Service['apache'],
+ require => Package['apache'],
}
$kill_viewvc_path = '/usr/local/sbin/kill_viewvc'