]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
update gitweb class name to git::gitweb adapt-to-jessie
authordrebs <drebs@riseup.net>
Tue, 9 Jun 2015 17:40:05 +0000 (14:40 -0300)
committerdrebs <drebs@riseup.net>
Tue, 9 Jun 2015 17:40:05 +0000 (14:40 -0300)
manifests/gitweb.pp

index 4399592f53d63834a0b3a89e70dfcd01c0c24919..3453169b6fe7d086c96f3b8da6bc177347fdd3e5 100644 (file)
@@ -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')