From b0ac5fe78d913f03f24e17d36222a6638cda0a73 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 16 Nov 2012 21:18:08 +0100 Subject: [PATCH] update __jail type to match changed signature of __directory: fixes #135 Signed-off-by: Steven Armstrong --- cdist/conf/type/__jail/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__jail/manifest b/cdist/conf/type/__jail/manifest index b2ecf2bc..0570d62d 100755 --- a/cdist/conf/type/__jail/manifest +++ b/cdist/conf/type/__jail/manifest @@ -39,7 +39,7 @@ else jaildir="/usr/jail" fi -__directory ${jaildir} --parents yes +__directory ${jaildir} --parents # Debug #set +x