From: drebs Date: Tue, 9 Jun 2015 17:40:05 +0000 (-0300) Subject: update gitweb class name to git::gitweb X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=291638bbc9ff0fba3c018fa23f6e19aeb675bd7d;p=puppet-git.git update gitweb class name to git::gitweb --- diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 4399592..3453169 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -1,6 +1,6 @@ # This class handles a gitweb installation. -class gitweb( +class git::gitweb( $protocol = hiera('git::web::protocol', 'git'), $hosting_domain = hiera('apache::site::domain', $::domain), $implementation = hiera('git::daemon::implementation', 'gitolite')