aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }
}