aboutsummaryrefslogtreecommitdiff
path: root/manifests/gitweb.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-22 12:59:32 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-22 12:59:32 -0200
commit75bbacddbc3365586956a6177806cbfee2618810 (patch)
treed0885d5b9cdb2234a754fe62f3583e09a0a60b58 /manifests/gitweb.pp
parent54eacd438e5fc4fb5618db553cee2594b2145c0e (diff)
downloadpuppet-git-75bbacddbc3365586956a6177806cbfee2618810.tar.gz
puppet-git-75bbacddbc3365586956a6177806cbfee2618810.tar.bz2
Adding git-manager wrapper class
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 }