diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 22:36:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 22:36:27 -0200 |
commit | c87e465342d2ea6d0eb701c18814054cedb52399 (patch) | |
tree | f4968d5ad05dc782e77b3226eba4051ec47556fa | |
parent | b6836184e40eb57e31ffeb77898953aa09cf8449 (diff) | |
download | puppet-git-c87e465342d2ea6d0eb701c18814054cedb52399.tar.gz puppet-git-c87e465342d2ea6d0eb701c18814054cedb52399.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/gitweb.pp | 2 |
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 } } |