summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-07-08 20:47:31 -0400
committerMicah Anderson <micah@riseup.net>2012-07-08 20:47:31 -0400
commit497a1034489e0dc3cab5dab2fb0a857785769734 (patch)
tree4165c636fc1adc5783b3395f940e08e8898c8079
parent0662d805536bde7cb17ef5465ef934122bf14978 (diff)
if the OS is debian, then git::daemon should just include the git::daemon::base
-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 {