From 1d933dd5d37da2ace58c8daf68ca800b755bcefe Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@brief.schottelius.org>
Date: Sun, 20 Jan 2013 22:02:10 +0100
Subject: [PATCH] do not need to create directories - git will do this - thanks
 to Steven

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
---
 cdist/conf/type/__git/manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdist/conf/type/__git/manifest b/cdist/conf/type/__git/manifest
index e8c9b233..3b52ad2d 100644
--- a/cdist/conf/type/__git/manifest
+++ b/cdist/conf/type/__git/manifest
@@ -33,7 +33,7 @@ state_should=present
 
 case "$state_should" in
     present)
-        __directory "$__object_id" --state present $dirparams --recursive
+        :
     ;;
 
     absent)