]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 12:42:18 +0000 (10:42 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 12:42:18 +0000 (10:42 -0200)
manifests/gitweb.pp

index 1305390cbd74f25815c55250c776126d8b6b7ff0..9f3632c421fae94e0b0ecdb1ad41007e5dd93b7d 100644 (file)
@@ -2,7 +2,7 @@
 
 class gitweb(
   $protocol       = hiera('git::web::protocol',      'git'),
-  $hosting_domain = hiera('git::web::hosting_domain', $::domain)
+  $hosting_domain = hiera('git::web::hosting_domain', $::domain),
   $implementation = hiera('git::daemon::implementation', 'gitolite')
 ) {