summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-05-15 11:21:34 -0400
committerMicah Anderson <micah@riseup.net>2011-05-15 11:21:34 -0400
commit4816f3963a83c151b21cc3aa41f1225dc2419c98 (patch)
treef34e504555d24bdb95f3b14b94c0418826d5284b
parent0214d1a8506591b8d208b0571a6f5c1b47144700 (diff)
forgot to remove the inclusion of git::daemon::debian in git::daemon::base
-rw-r--r--manifests/daemon.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 95840bd..b03a905 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -3,7 +3,6 @@ class git::daemon {
include git
case $operatingsystem {
- debian: { include git::daemon::debian }
centos: { include git::daemon::centos }
}