From 5152bdfce712b9e6620bc73b8dae4ca90cf2a0b6 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 3 Apr 2013 16:49:03 +0200 Subject: [PATCH] add hint for 0700, root:root behaviour of __directory --parents Signed-off-by: Nico Schottelius --- cdist/conf/type/__directory/man.text | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cdist/conf/type/__directory/man.text b/cdist/conf/type/__directory/man.text index 1f4def7d..cc327af2 100644 --- a/cdist/conf/type/__directory/man.text +++ b/cdist/conf/type/__directory/man.text @@ -36,7 +36,11 @@ owner:: BOOLEAN PARAMETERS ------------------ parents:: - Whether to create parents as well (mkdir -p behaviour) + Whether to create parents as well (mkdir -p behaviour). + Warning: all intermediate directory permissions default + to whatever mkdir -p does. + + Usually this means root:root, 0700. recursive:: If supplied the chgrp and chown call will run recursively.