aboutsummaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon.pp')
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 546aae9..9a63d39 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -13,7 +13,7 @@ class git::daemon (
include gitosis
}
default: {
- include gitolite
+ include git::gitolite
}
}