aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 14:30:29 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 14:30:29 -0200
commit80879a4568f962f72870604a670019934450410a (patch)
treea2d18ee16ecad24e9c693c252b5cca36ad09712f
parent5b6576123bafd93c9a8d3bf25f396e9c4fd43fa4 (diff)
downloadpuppet-git-80879a4568f962f72870604a670019934450410a.tar.gz
puppet-git-80879a4568f962f72870604a670019934450410a.tar.bz2
Changing hosting domain parameter
-rw-r--r--manifests/gitweb.pp4
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')
) {