aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-24 12:57:29 +0000
committerMichael Scherer <misc@mageia.org>2011-01-24 12:57:29 +0000
commit358df2a3f3dd20e440f07f8cd901f4f759d1a26e (patch)
tree1d299852fdfefdc5ff788d778ba2b755c8a9dc13 /modules/viewvc
parent767e542e714125e1b307c19c81b06a37ae19f278 (diff)
downloadpuppet-358df2a3f3dd20e440f07f8cd901f4f759d1a26e.tar
puppet-358df2a3f3dd20e440f07f8cd901f4f759d1a26e.tar.gz
puppet-358df2a3f3dd20e440f07f8cd901f4f759d1a26e.tar.bz2
puppet-358df2a3f3dd20e440f07f8cd901f4f759d1a26e.tar.xz
puppet-358df2a3f3dd20e440f07f8cd901f4f759d1a26e.zip
- fix requires
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 74be8c59..ddec4fb7 100644
--- a/modules/viewvc/manifests/init.pp
+++ b/modules/viewvc/manifests/init.pp
@@ -10,6 +10,7 @@ class viewvc {
path => '/etc/viewvc/viewvc.conf',
content => template('viewvc/viewvc.conf'),
notify => Service['apache'],
+ requires => Package['viewvc']
}
file { 'webapps.d/viewvc.conf':