diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-22 19:01:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-22 19:01:32 -0200 |
commit | 798d9f2cc24123d08623ca79688220e2aa71e736 (patch) | |
tree | d10f5e3468ac9be016bdec3ceef27e60acce9e01 | |
parent | 369c17932c1520633171dc555ae622b240171936 (diff) | |
download | puppet-git-798d9f2cc24123d08623ca79688220e2aa71e736.tar.gz puppet-git-798d9f2cc24123d08623ca79688220e2aa71e736.tar.bz2 |
Rollback
-rw-r--r-- | manifests/gitweb.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index 8d07e67..045787d 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -1,10 +1,6 @@ # This class handles a gitweb installation. class gitweb inherits git-manager { - case $git_server_implementation { - '': { $git_server_implementation = 'gitolite' } - } - # the needed packages package { gitweb: ensure => installed } |