diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 14:30:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 14:30:29 -0200 |
commit | 80879a4568f962f72870604a670019934450410a (patch) | |
tree | a2d18ee16ecad24e9c693c252b5cca36ad09712f | |
parent | 5b6576123bafd93c9a8d3bf25f396e9c4fd43fa4 (diff) | |
download | puppet-git-80879a4568f962f72870604a670019934450410a.tar.gz puppet-git-80879a4568f962f72870604a670019934450410a.tar.bz2 |
Changing hosting domain parameter
-rw-r--r-- | manifests/gitweb.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 9f3632c..4399592 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -1,8 +1,8 @@ # This class handles a gitweb installation. class gitweb( - $protocol = hiera('git::web::protocol', 'git'), - $hosting_domain = hiera('git::web::hosting_domain', $::domain), + $protocol = hiera('git::web::protocol', 'git'), + $hosting_domain = hiera('apache::site::domain', $::domain), $implementation = hiera('git::daemon::implementation', 'gitolite') ) { |