diff options
author | drebs <drebs@riseup.net> | 2015-06-09 14:40:05 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2015-06-09 14:40:05 -0300 |
commit | 291638bbc9ff0fba3c018fa23f6e19aeb675bd7d (patch) | |
tree | 47d562acb49b087d5005744a73a81c706758a748 | |
parent | 76745776317ba0ad03563fc238ba258841d719ad (diff) | |
download | puppet-git-291638bbc9ff0fba3c018fa23f6e19aeb675bd7d.tar.gz puppet-git-291638bbc9ff0fba3c018fa23f6e19aeb675bd7d.tar.bz2 |
update gitweb class name to git::gitwebadapt-to-jessie
-rw-r--r-- | manifests/gitweb.pp | 2 |
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') |