aboutsummaryrefslogtreecommitdiff
path: root/manifests/git-manager.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/git-manager.pp')
-rw-r--r--manifests/git-manager.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/git-manager.pp b/manifests/git-manager.pp
index e31db0b..d3445d0 100644
--- a/manifests/git-manager.pp
+++ b/manifests/git-manager.pp
@@ -1,10 +1,10 @@
class git-manager {
case $git_server_implementation {
- 'gitolite': {
- include gitolite
+ 'gitosis': {
+ include gitosis
}
default: {
- include gitosis
+ include gitolite
}
}
}