]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Jan 2010 00:36:27 +0000 (22:36 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Jan 2010 00:36:27 +0000 (22:36 -0200)
manifests/gitweb.pp

index 0944e1cac7f4319701731f0e5882d76c6cc3463f..4b96b28555e10221837d1d9a6bb8c9992ef390b8 100644 (file)
@@ -4,7 +4,7 @@ class gitweb inherits gitosis {
   # the needed packages
   package { gitweb: ensure => installed }
 
-  case $hosting_omain {
+  case $hosting_domain {
     '': { $hosting_domain = $domain }
   }