aboutsummaryrefslogtreecommitdiff
path: root/manifests/gitweb.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-22 17:17:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-22 17:17:53 -0200
commit688256dfdd7a094a2bdfea8c23570257178cca8c (patch)
tree0f5c46abbc3b4150abf989cab33f5dcbaf3bb6dd /manifests/gitweb.pp
parent0f47e9b2754a34ca01d770b81008c85fea291a64 (diff)
downloadpuppet-git-688256dfdd7a094a2bdfea8c23570257178cca8c.tar.gz
puppet-git-688256dfdd7a094a2bdfea8c23570257178cca8c.tar.bz2
Fixing git daemon config
Diffstat (limited to 'manifests/gitweb.pp')
-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 }