aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2015-06-09 14:40:05 -0300
committerdrebs <drebs@riseup.net>2015-06-09 14:40:05 -0300
commit291638bbc9ff0fba3c018fa23f6e19aeb675bd7d (patch)
tree47d562acb49b087d5005744a73a81c706758a748
parent76745776317ba0ad03563fc238ba258841d719ad (diff)
downloadpuppet-git-adapt-to-jessie.tar.gz
puppet-git-adapt-to-jessie.tar.bz2
update gitweb class name to git::gitwebadapt-to-jessie
-rw-r--r--manifests/gitweb.pp2
1 files changed, 1 insertions, 1 deletions
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')