]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Changing hosting domain parameter
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 16:30:29 +0000 (14:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 16:30:29 +0000 (14:30 -0200)
manifests/gitweb.pp

index 9f3632c421fae94e0b0ecdb1ad41007e5dd93b7d..4399592f53d63834a0b3a89e70dfcd01c0c24919 100644 (file)
@@ -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')
 ) {