From 291638bbc9ff0fba3c018fa23f6e19aeb675bd7d Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 9 Jun 2015 14:40:05 -0300 Subject: update gitweb class name to git::gitweb --- manifests/gitweb.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3