aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-22 19:01:32 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-22 19:01:32 -0200
commit798d9f2cc24123d08623ca79688220e2aa71e736 (patch)
treed10f5e3468ac9be016bdec3ceef27e60acce9e01 /manifests
parent369c17932c1520633171dc555ae622b240171936 (diff)
downloadpuppet-git-798d9f2cc24123d08623ca79688220e2aa71e736.tar.gz
puppet-git-798d9f2cc24123d08623ca79688220e2aa71e736.tar.bz2
Rollback
Diffstat (limited to 'manifests')
-rw-r--r--manifests/gitweb.pp4
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 }