aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc
diff options
context:
space:
mode:
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':