From: Silvio Rhatto Date: Sat, 22 Dec 2012 21:01:32 +0000 (-0200) Subject: Rollback X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=798d9f2cc24123d08623ca79688220e2aa71e736;p=puppet-git.git Rollback --- diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 8d07e67..045787d 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -1,10 +1,6 @@ # This class handles a gitweb installation. class gitweb inherits git-manager { - case $git_server_implementation { - '': { $git_server_implementation = 'gitolite' } - } - # the needed packages package { gitweb: ensure => installed }