aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-07 22:36:27 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-07 22:36:27 -0200
commitc87e465342d2ea6d0eb701c18814054cedb52399 (patch)
treef4968d5ad05dc782e77b3226eba4051ec47556fa
parentb6836184e40eb57e31ffeb77898953aa09cf8449 (diff)
downloadpuppet-git-c87e465342d2ea6d0eb701c18814054cedb52399.tar.gz
puppet-git-c87e465342d2ea6d0eb701c18814054cedb52399.tar.bz2
Minor fix
-rw-r--r--manifests/gitweb.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp
index 0944e1c..4b96b28 100644
--- a/manifests/gitweb.pp
+++ b/manifests/gitweb.pp
@@ -4,7 +4,7 @@ class gitweb inherits gitosis {
# the needed packages
package { gitweb: ensure => installed }
- case $hosting_omain {
+ case $hosting_domain {
'': { $hosting_domain = $domain }
}