summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/daemon.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index b03a905..1e85ff8 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -4,6 +4,7 @@ class git::daemon {
case $operatingsystem {
centos: { include git::daemon::centos }
+ debian: { include git::daemon::base }
}
if $use_shorewall {