From 497a1034489e0dc3cab5dab2fb0a857785769734 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 8 Jul 2012 20:47:31 -0400 Subject: if the OS is debian, then git::daemon should just include the git::daemon::base --- manifests/daemon.pp | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3