From: Silvio Rhatto Date: Sat, 22 Dec 2012 21:00:54 +0000 (-0200) Subject: Set git_server_implementation also at gitweb class X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=369c17932c1520633171dc555ae622b240171936;p=puppet-git.git Set git_server_implementation also at gitweb class --- diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 045787d..8d07e67 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -1,6 +1,10 @@ # 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 }