aboutsummaryrefslogtreecommitdiff
path: root/manifests/gitweb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/gitweb.pp')
-rw-r--r--manifests/gitweb.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp
index dbf08e1..045787d 100644
--- a/manifests/gitweb.pp
+++ b/manifests/gitweb.pp
@@ -1,6 +1,6 @@
# This class handles a gitweb installation.
-class gitweb inherits gitosis {
+class gitweb inherits git-manager {
# the needed packages
package { gitweb: ensure => installed }